.regBody {
    padding-right: 0px !important;
    overflow-y: scroll !important;
}

.padding {
    padding: 15px 0px;
}
.newNavSpinner{ 
	position: fixed;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 45%;
    margin-left: -35px;
    margin-top: -50px;
    background-size: 100%;
	z-index: 1050;
	width : 29%;	
}
.hide_block{
	display:none !important;
}
.display_block{
	display:block !important;
}

.increase_space{
	margin-top: 20px;
}

.optionCellRadioButton+label {
    margin-top: 4px;
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 8px;
    display: block;
    float: left;
    border: 2px solid #7e3f98;
    position: relative;
}

.radioAdditionalText {
	padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
}

#radioAdditionalText2{
    margin-bottom: 0px;
    padding-bottom: 14px;
}

.idVettingRadioButton+label {
    margin-top: 4px;
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 8px;
    display: block;
    float: left;
    border: 2px solid #7e3f98;
    position: relative;
}

select::-ms-expand {
    display: none;
}
.modalBodyText {
    width: 705px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-top: 45px;
    padding-left: 95px;
    padding-right: 95px;
}

.modalMessageText {
    width: 705px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #414141;
    text-align: center;
    margin-top: 15px;
}
.optionCellRadioButton:checked+label>.inner {
    height: 10px;
    width: 10px;
    background-color: #7e3f98;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.idVettingRadioButton:checked+label>.inner {
    height: 10px;
    width: 10px;
    background-color: #7e3f98;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#tryPhoneMsg{
	
    text-align: left;
    margin-top: 10px;
    margin-left: 29px;
    margin-right: 10px;
    margin-bottom: 28px;
    text-align: left;
    font-family: 'Open Sans';
    font-size: 16px;
    color: rgba(65, 65, 65, 1);
	
}

.clickToCall {
	display: none;	
	text-decoration: none !important;
}
.deskClicKToCall{
	color:#D20962;
	font-weight:normal;
}
#textCellRadioButton {
    opacity: 0;
    float: left;
    left: 50px;
    top: 10px;
    position: relative;
}

/* #textCellScrollBox {
    height: 36px;
    width: 162px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    float: left;
    margin-left: 6px;
} */

/*
.modal-dialog {
   width: 831px;
}
*/

.modalCancelButtonKBAFail{
	height: 32px;
    width: 102px;
    background-color: #ffffff;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #7e3f98;
    text-align: center;
    border: 1px solid #7e3f98;
    float: left;
    margin-left: 170px;
    margin-right: 18px;
}

.KBAmodalSubmitButtonKBAFail{
	height: 32px;
    width: 102px;
    background-color: #7e3f98;
    border: 1px solid rgba(155, 155, 155, 1);
    border-radius: 5px;
    margin-left: 10px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

#KBAModal {
    margin-left: auto;
    margin-right: auto;
    width: 831px;
    padding-right: 0px;
}

#KBAModalSuccess {
    margin-left: auto;
    margin-right: auto;
    width: 831px;
    padding-right: 0px;
}

#KBAModal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: inherit;
}

#KBAModalSuccess .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: inherit;
}

.KBAmodalCaption {
    margin-left: 29px;
    margin-top: 24px;
    font-size: 16px;
    font-family: 'Open Sans';
    color: rgba(65, 65, 65, 1);
}

.KBA_error_box {
    height: 67px;
    width: 92%;
    background-color: #ffffff;
    border: 1px solid rgba(210, 9, 98, 1);
    border-radius: 5px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.KBA_Success_Alert {
    height: max-content;
    width: 92%;
    background-color: #ffffff;
    border: 1px solid rgba(179, 195, 166, 1);
    border-radius: 5px;
    margin-top: 17px;
    margin-bottom: 67px;
    margin-left: auto;
    margin-right: auto;
}

.Challange_box {
    height: 67px;
    width: 92%;
    background-color: #ffffff;
    border: 1px solid rgba(233, 100, 11, 1);
    border-radius: 5px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.Challange_box1 {
    height: 67px;
    width: 92%;
    background-color: rgba(254, 248, 242, 1);
    border: 1px solid rgba(233, 100, 11, 1);
    border-radius: 5px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
}

.warning-img {
    margin-top: 19px;
    margin-left: 18px;
    width: 4%;
    float: left;
}

.alert-img {
    margin-top: 19px;
    margin-left: 18px;
    width: 4%;
    float: left;
}

.KBA_error_msg {
    margin-top: 21px;
    width: 339px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000000;
    text-align: left;
    margin-left: 65px;
}

.KBA_Alert_msg {
    margin-top: 21px;
    width: auto;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000000;
    text-align: left;
    margin-left: 54px;
    margin-right: 30px;
    margin-bottom:22px;
}

.Challange_msg {
    margin-top: 22px;
    width: 339px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.Question_No {
    margin-top: 26px;
    margin-left: 29px;
    margin-bottom: 12px;
    text-align: left;
    font-family: 'Open Sans';
    font-size: 24px;
    color: rgba(65, 65, 65, 1);
    float: left;
}

#totalQuestionNo {
    font-family: 'Open Sans';
    font-size: 24px;
    color: rgba(65, 65, 65, 1);
}

#currentQuestionNo {
    font-family: 'Open Sans';
    font-size: 24px;
    color: rgba(65, 65, 65, 1);
}

.Questions {
    margin-top: 10px;
    margin-left: 29px;
    margin-right: 10px;
    margin-bottom: 28px;
    text-align: left;
    font-family: 'Open Sans';
    font-size: 16px;
    color: rgba(65, 65, 65, 1);
}

.choice {
    /* margin-right: 9px !important; */
    font-family: 'Open Sans';
    font-size: 16px;
    color: rgba(65, 65, 65, 1);
}

.Choices {
    padding-left: 30px;
    
    font-family: 'Open Sans';
    font-size: 16px;
    color: rgba(65, 65, 65, 1);
}

.Choices input[type='radio'] {
    opacity: 0;
}
#rbaAcceptOtpBox .row {
    display: block;
}
#pprbaAcceptOtpBox .row {
    display: block;
}
#OptInOptOutPageForm .row {
    display: block;
}
.finalPage-option > label.form-check-inline.form-check.radio-label {
    font-weight: 400;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 20px;
    display: inline-block;
}
div .modal{
	right: 0;
}
.modal-dialog.additionalInfoModal {
    max-width: none;
    pointer-events: all;
}
.col-6 {
    float: left;
    max-width: 50%;
}
.spanish-toggle {
    float: left;
    max-width: 40%;
}

#termsAndConditionModal .modal-dialog {
    max-width: 600px;
}
#changeEmailModal .modal-header, #changeCellModal .modal-header, #changePhoneModal .modal-header,#termsAndConditionModal .modal-header,#KBAModal .modal-header, .modal-header{
	display: block;
	padding: 0;
}
.modal-body{
	font-size: 16px;
}
.modal-body p {
    margin-bottom: 10px;
}
#changeEmailModal .modal-content, #changeCellModal .modal-content, #changePhoneModal .modal-content, .modal-content {
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    display: block;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
}
.row.buttonBox.modal-footer {
    display: block;
    padding:15px;
    margin:0;
}
.modal-dialog.additionalInfoModal {
    max-width: none;
    pointer-events: all;
}
div .modal{
	right: 0;
}
#changeEmailModal .modal-dialog, #changeCellModal .modal-dialog, #changePhoneModal .modal-dialog,#KBAModal .modal-dialog, .modal-dialog{
	pointer-events: all;
	max-width:none;
	margin-top: 10px;
    margin-bottom: 10px;
}
.modal-footer {
    padding: 15px;
}
.modal-footer>* {
    margin: 0 auto !important;
}

@media (max-width: 768px) { 
	#resetMNOConsent{
	    height: 32px;
	    width: 77px !important;
	}
}
@media (max-width: 767px) { 
	
	#resetButtonForKBAFail{
		margin-left: 4px !important;
	    height: 32px;
	}
	#modalSubmitButtonForKBAFail{
		margin-left: 0px;
	}
}
#MNOConsentList{
	padding-left: 20px; 
	font-size:15px;
	text-align: left;
	
}

#mnoPrivacyLink1,
#mnoPrivacyLink1:hover{
    	font-size:15px
    }

.mnoPrivacyLink{
	text-align: left; 
	font-size: 15px; 
	padding-left: 19px; 
	margin-bottom: 10px;
}

.idVettingOptions {
    padding-left: 30px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: rgba(65, 65, 65, 1);
}

.idVettingOptions input[type='radio'] {
    opacity: 0;
}

#welcomeHeaderMNOOne{
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: center;
    font-size: 17px;
}

#welcomeHeaderMNO{
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
}

  
.MNOtermsText{
    	text-align: center; 
    	font-weight: 600;
    	font-size:16px;
    }


.idVettingOption{
    	margin-bottom: 10px;
    	padding-top: 10px;
    }
#resetMNOConsent{
   height: 32px;
    width: 102px;
    background-color: #ffffff;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #7e3f98;
    text-align: center;
    border: 1px solid #7e3f98;
}

#submitMNOConsent{
	height: 32px;
    width: 182px;
    background-color: #7e3f98;
    border: 1px solid #7e3f98;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-left: 16px;
}

.lightBulb {
    margin: 23px 0px 23px 29px;
    height: 44px;
    width: 38px;
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 15px;
}

.modalCaptionText {
    /*  margin: 36px 24px 35px 19px; */
    height: auto;
    width: auto;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #414141;
    text-align: left;
    margin-bottom: 28px;
}

.modalFooter {
    width: 831px;
    height: auto;
    background-color: white;
    float: left;
}

.confirmModalInputLabel {
    margin-top: 22px;
    width: 203px;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #414141;
    text-align: left;
}

.confirmModalInput {
    height: 42px;
    width: 330px;
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    margin-top: 7px;
}

.modal-body {
    padding: 0px;
}

.AllModalInput {
    width: 206px;
    margin: 0px auto;
}
.modalButtonGroup {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.modalCancelButton {
    height: 32px;
    width: 102px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-right: 20px !important;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #7e3f98;
    text-align: center;
    border: 1px solid #7e3f98;
}

.modalCloseButton {
    height: 32px;
    width: 130px;
    background-color: #7e3f98;
    border-radius: 5px;
    margin: 0px auto 0px auto;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border: 1px solid #7e3f98;
    float: center;
    display: none;
}

.modalAlertButton {
    height: 32px;
    width: 188px;
    background-color: #7e3f98;
    border-radius: 5px;
    margin: 0px auto 0px auto;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border: 1px solid #7e3f98;
    float: center;
}

.modalSubmitButton {
    height: 32px;
    width: 102px;
    background-color: #7e3f98;
    border: 1px solid #7e3f98; 
    border-radius: 5px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.KBAmodalSubmitButton {
    height: 32px;
    width: 102px;
    background-color: rgba(155, 155, 155, 1);
    border: 1px solid rgba(155, 155, 155, 1);
    border-radius: 5px;
    margin-left: 10px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

/*  #mobilePhoneList{
    height: 0px !important;
    }
    #selectPhoneList{
    height: 0px !important;
    }
    #selectEmailList{
    height: 0px !important;
    } */

/* .controlBox {
    position: absolute;
    width: 9px;
    height: 16px;
    float: right;
    margin-right: 15px;
    top: 8px;
    right: 1px
} */

/* .controlBoxForEmail{
	position:absolute;
		width: 9px;
		height: 16px;
		float: right;
		margin-right: 15px;
		margin-top: 9px;
		    left: 170px;
	} */

/* .upButton {
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #d8d8d8;
    float: left;
    cursor: pointer;
} */

/* .downButton {
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #d8d8d8;
    float: left;
    margin-top: 7px;
    cursor: pointer;
}
 */

/* additional information modal styles start*/

.additionalInfoModalForEmail,
.additionalInfoModalForPhone,
.additionalInfoModalForCell {
    top: 100px !important;
}

.additionalInfoModal {
    margin: 30px auto;
    width: 831px;
}

.additionalInfoModal .padding {
    padding: 15px 0px;
}

.additionalInfoModal .no-padding {
    padding: 0;
}

.additionalInfoModal .darkLavenderBackground {
    background-color: #7e3f98;
}

.additionalInfoModal .whiteBackground {
    background-color: #ffffff;
}

.additionalInfoModal .isabellineBackground {
    background-color: #eeeeee;
    display: flex;
}

.additionalInfoModal .modalTitle {
    color: #ffffff;
    float: none;
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: bold;
    height: auto;
    text-align: center;
    width: auto;
    margin: 15px 0px;
   
}

.additionalInfoModal .modalContent {
    color: #414141;
    font-family: 'Open Sans';
    font-size: 16px;
    height: auto;
    margin: 24px 25px 52px 29px;
    text-align: left;
    width: auto;
    margin: 24px 25px 52px 29px;
}

.additionalInfoModal .modalFooter {
    float: none;
    background-color: inherit;
    height: auto;
    margin: 15px 0 15px 289px;
    width: auto;
}

.additionalInfoModal .cancelButton {
    background-color: #ffffff;
    border: 1px solid #7e3f98;
    border-radius: 5px;
    color: #7e3f98;
    cursor: pointer;
    float: left;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    padding-top: 3px;
    text-align: center;
    width: 100px;
}

.additionalInfoModal .startButton {
    background-color: #7e3f98;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    margin-left: 30px;
    padding-top: 3px;
    text-align: center;
    width: 130px;
    display: block;
    border-width: 1px;
}

/* additional information modal styles end*/

#selectEmail {
    height: 36px;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin-top: 0px;
    margin-left: 0px;
    width: 205px;
}

#selectPhone {
    height: 36px;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin-top: 0px;
    margin-left: 0px;
    width: 162px;
}

#selectCellphone {
    height: 36px;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin-top: 0px;
    margin-left: 0px;
    width: 162px;
}

.selectEmailItem {
    height: 34px;
    padding-left: 6px;
    font-size: 18px;
    float: left;
}

.selectPhoneItem {
    height: 34px;
    padding-left: 6px;
    font-size: 18px;
    float: left;
}

.mobilePhoneItem {
    height: 34px;
    padding-left: 6px;
    font-size: 18px;
    float: left;
}

#forgotPwdBody {
    overflow-y: scroll;
    height: 800px;
    padding-right: 0px !important;
    padding-left: 0px;
    padding-top: 0px;
}

#rbaAuthSuccessTitleText {
    margin-top: 46px;
    height: 33px;
    font-family: 'Open Sans';
    font-size: 24px;
    text-align: center;
}

#rbaAuthSuccessBox {
    margin-top: 34px;
    margin-bottom: 57px;
    height: 414px;
    width: 896px;
    box-shadow: 0px 0px 5px 0px #000000;
}

#rbaAuthSuccessTitle {
    margin: 25px 268px 0px 254px;
    height: 24px;
    width: 391px;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    float: left;
}

#rbaAuthSuccessMessage {
    margin: 28px 93px 30px 94px;
    height: 64px;
    width: 709px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: rgba(65, 65, 65, 1);
    text-align: center;
    line-height: 34px;
    float: left;
}

#rbaPlaceholderMessage {
    font-size: 16px;
    color: rgba(65, 65, 65, 1);
    text-align: center;
    font-family: 'Open Sans';
    padding-top: 60px;
}

#successGreenBox {
    border: 1px solid green;
    background-color: #7e3f98;
}

#successGreenText {
    margin-left: 8px;
}

#forgetMeRadioButton+label {
    margin-left: 256px;
    height: 16px;
    position: relative;
    top: 4px;
    background-color: white;
    width: 16px;
    border: 2px solid #7e3f98;
    border-radius: 8px;
    float: left;
}

#forgetMeRadioButton:checked+label>.inner {
    height: 10px;
    width: 10px;
    background-color: #7e3f98;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#forgetMeRadioButtonLabel {
    margin-left: 8px;
    height: 22px;
    width: 167px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #414141;
    text-align: left;
    float: left;
}

#rememberMeRadioButton+label {
    margin-left: 49px;
    height: 16px;
    position: relative;
    top: 4px;
    background-color: white;
    width: 16px;
    border: 2px solid #7e3f98;
    border-radius: 8px;
    float: left;
}

#rememberMeRadioButton:checked+label>.inner {
    height: 10px;
    width: 10px;
    background-color: #7e3f98;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#rememberMeRadioButtonLabel {
    margin-left: 12px;
    height: 22px;
    width: 120px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #414141;
    text-align: left;
    float: left;
}

#completeButton {
    margin: 38px 357px 39px 300px;
    height: 30px;
    width: 292px;
    background-color: #7e3f98;
    border-radius: 5px;
    float: left;
    border: 1px solid #7e3f98;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

#rbaAuthSuccessCaptionBox {
    margin: 0px 106px 38px 107px;
    height: 63px;
    width: 683px;
    background-color: #eeeeee;
    float: left;
}

#rbaAuthSuccessCaptionImage {
    margin-top: 10px;
    margin-left: 19px;
    height: 44px;
    width: 28px;
    float: left;
}

#rbaAuthSuccessCaptionText {
    height: 16px;
    width: 601px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #414141;
    text-align: left;
    float: left;
    margin: 24px 16px 23px 19px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

/* body {
    padding: 1rem;
} */

#rbaPreferencesBox .b-select-wrap-email, #rbaPreferencesBox .b-select-wrap-email-pa {
    height: 36px;
    width: 205px;
    border: 1px solid #d8d8d8;
    color: #616263;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    float: left;
    font-weight: bold;
    font-family: 'OpenSans-Bold';
    font-size: 16px;
    color: #414141;
}

#rbaPreferencesBox .b-select-wrap:after {
    position: relative;
    display: inline-block;
    
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    padding-top: 8px;
    padding-right: 11px;
    padding-bottom: 10px;
    padding-left: 10px;
    position: absolute;
    right: 11px;
    top: 2px;
    z-index: 1;
    text-align: center;
    width: 16px;
    height: 100%;
    pointer-events: none;
    color: #68757d;
    font-size: 13px;
}

#rbaPreferencesBox .b-select-wrap-email:after {
    position: relative;
    display: inline-block;
    
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    padding-top: 8px;
    padding-right: 11px;
    padding-bottom: 10px;
    padding-left: 10px;
    position: absolute;
    right: 11px;
    top: 2px;
    z-index: 1;
    text-align: center;
    width: 16px;
    height: 100%;
    pointer-events: none;
    color: #68757d;
    font-size: 13px;
}

#rbaPreferencesBox .b-select {
    height: 34px;
    width: 158px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 15px;
    background-color: #ececec;
    border: 0;
    outline: none;
    font-size: 16px;
    -webkit-appearance: none;
    /* for webkit browsers */
    -moz-appearance: none;
    /* for firefox */
    appearance: none;
    /* for modern browsers */
    background-color: white;
    color: inherit;
    font-weight: inherit;
}

#rbaPreferencesBox .b-select-email {
    height: 34px;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 25px;
    background-color: #ececec;
    border: 0;
    outline: none;
    font-size: 16px;
    -webkit-appearance: none;
    /* for webkit browsers */
    -moz-appearance: none;
    /* for firefox */
    appearance: none;
    /* for modern browsers */
    background-color: white;
    color: inherit;
    font-weight: 700;
}

/* remove default caret for ie */
#rbaPreferencesBox .b-select-email:focus-within{
	border: 1px solid black !important;
}
#rbaPreferencesBox .b-select:focus-within{
	border: 1px solid black !important;
}

#rbaPreferencesBox .b-select::-ms-expand {
    display: none;
}

.note_box {
    margin-left: 41px;
    margin-right: 41px;
    padding-top: 23px;
    padding-bottom: 23px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    color: rgba(65, 65, 65, 1);
    text-align: left;
}

.buttonBox {
    margin-left: 0px;
    margin-right: 0px;
    height: 59px;
    background-color: rgba(235, 239, 236, 1);
}

.darkLavenderBackground {
    background-color: #7e3f98;
}

.gainsboroBackground {
    background-color: #dddddd;
}

.err-txt-msg {
    text-align: center;
    /*  width: 120%; */
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 16px;
    color: rgba(210, 9, 98, 1);
    margin: 20px 0% 22px 0%;
    margin-left: -10%;
}

.error-message-content {
    padding: 10px;
    margin-top: 15px;
    width: 77.44%;
    min-height: 67px;
    background-color: rgba(255, 240, 247, 1);
    border: 1px solid rgba(210, 9, 98, 1);
    border-radius: 5px;
    overflow: auto;
    overflow-x: hidden;
}

.error-icon-top {
    background: url(/AccountManagerAppConfig/commonV3/includes/assets/images/lavender_error_icon.png) no-repeat 0 0;
    background-image: url(/AccountManagerAppConfig/commonV3/includes/assets/images/lavender_error_icon.png);
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    height: 30px;
    width: 32px;
    margin: 3% 0 0 10px;
    margin-right: 10px;
    margin-left: 10px;
}

#resetPasswordTitle {
    margin-top: 35px;
}

.centerBoxTitle {
    top: 361px;
    margin-left: 36%;
    margin-right: 37%;
    height: 24px;
    width: 259px;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    color: rgba(65, 65, 65, 1);
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.continueButton {
    top: 613px;
    height: 30px;
    width: 28.5%;
    margin-top: 44px;
    margin-bottom: 46px;
    margin-left: 36%;
    margin-right: 36%;
    background-color: rgba(126, 63, 152, 1);
    border-radius: 5px;
}

#changeText {
    margin: 0px 0px 6px 2px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.formInputBox {
    position: relative;
    margin-top: 5px;
    margin-left: 36%;
    margin-right: 36%;
    height: 36px;
    width: 28.5%;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 3px;
    padding: 12px;
}

.formInputBoxLabel {
    position: relative;
    margin-left: 36%;
    margin-right: 39%;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    color: rgba(65, 65, 65, 1);
    text-align: left;
}

.success-optin-content {
    background: #fff;
    border: 2px solid #00FF00;
    padding: 20px;
    height: 64px;
    margin-bottom: 15px;
    top: 44px;
    width: 90%;
    position: relative;
    padding-left: 0px;
}

.green-optin-content {
    background-color: rgba(231, 239, 224, 1);
    border: 1px solid rgba(179, 195, 166, 1);
    border-radius: 5px;
}

#successNgaFpMsg {
    float: left;
    padding-left: 0px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: rgba(57, 124, 8, 1);
}

#successImageOptIn {
    background-image: url(/AccountManagerAppConfig/commonV3/includes/assets/images/success_iconoptin.png);
    float: left;
    padding-left: 50px;
    height: 30px;
    margin: -2px 0px 6px 17px;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: initial;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

#new-password-label {
    margin-top: 36px;
}

#re-enter-password-label {
    margin-top: 24px;
}

.passwrd {
    font-size: 18px;
    font-weight: bold;
}

.outerSpaceColor {
    color: #414141;
}

.isabellineBackground {
    background-color: #eeeeee;
}

.no-padding {
    padding: 0px !important;
}

.whiteBackground {
    background-color: #ffffff;
}

/* ############################Common Style START############################### */

.noMargin {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

/* #aetLogoImg {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 23px;
  	height: 39px;
	width: 155px;
} */

#aetnaLogoContainer {
    height: 84.5px;
}

#header {
    height: 84.5px;
    padding-top: 10px;
    /*  margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto; */
    font-family: 'Open Sans';
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.bread-crumb-section {
    height: 60px;
    width: 91%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

#loginBreadCrumb {
    margin-left: 0px !important;
}

.commonBreadCrumb {
    margin-left: 2.1%;
    margin-top: 19px;
    margin-bottom: 19px;
    font-family: 'Open Sans';
    font-size: 16px;
    text-align: left;
    float: left;
}

.completeBreadcrumb {
    font-weight: bold;
    color: #7d3f98;
    /*     cursor: pointer; */
}

.chevron {
    margin-top: 22px;
    margin-bottom: 19px;
    margin-left: 19px;
    height: 18px;
    width: 11px;
    float: left;
}

.currentBreadcrumb {
    color: #414141;
}

.chevron-mobile {
    margin-left: 15%;
    color: white;
}

#go-back-chevron-mobile {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 20px;
    width: 20px;
    background-color: rgba(127, 59, 154, 1);
    border-radius: 20px;
    margin-left: 7%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    border-radius: 50%;
}

/* ############################Common Style END############################### */

/* ######################  Preference Screen Style START #############################*/

#emailTickmark {
    margin-left: -61px;
    margin-top: 23px;
}

#rbaPreferencesBox {
	margin-top: 110px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px #000000;
    padding-top: 24px;
}

.ngaErrorBox {
    height: 67px;
    width: 90%;
    background-color: rgba(255, 240, 247, 1);
    border: 1px solid rgba(210, 9, 98, 1);
    border-radius: 5px;
    margin: 25px auto 10px;
}

.errorIcon {
    float: left;
    margin: 17px 18px;
}

.errorMessage {
    float: left;
    margin: 21px 0px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: rgba(210, 9, 98, 1);
}

#rbaPreferencesPageTitleText {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    height: 33px;
    font-family: 'Open Sans';
    font-size: 18px;
    text-align: center;
}

#rbaPreferencesTitle {
    margin-left: auto;
    margin-right: auto;
    height: 24px;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

#setupOptions {
    margin-left: auto;
    margin-right: auto;
}

/* Text Phone Style START */

#textCellPhoneBox {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 36px;
    width: 450px;
    height: 36px;
}

#textCellRadioButton+label {
    margin-top: 10px;
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 8px;
    display: block;
    border: 2px solid #7e3f98;
    position: relative;
    float: left;
}

#textCellRadioButton:focus+label{
outline: 1px solid #66afe9;
}

#textCellText {
    margin-top: 7px;
    margin-left: 19px;
    width: 60px;
    height: 17px;
    font-family: 'Open Sans';
    font-size: 16px;
    float: left;
}

#textCellRadioButton:checked+label>.inner {
    height: 10px;
    width: 10px;
    background-color: #7e3f98;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    float: left;
}

#rbaPreferencesBox .b-select-wrap, #rbaPreferencesBox .b-select-wrap-pa {
    height: 36px;
    width: 160px;
    color: #616263;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    float: left;
    border: 1px solid #d8d8d8;
    margin-left: 4px;
    font-weight: bold;
    font-family: 'OpenSans-Bold' !important;
    font-size: 16px;
    color: #414141;
}

#changeCellNumberLink {
    width: 49px;
    height: 15px;
    margin-left: 9px;
    margin-top: 8px;
    font-family: 'Open Sans';
    font-size: 14px;
    text-align: left;
    float: left;
    display: block;
    color: #7e3f98;
    cursor: pointer;	
	
}

/* Text Phone Style END */

/* Call Phone Style START */

#callPhoneBox {
    margin-top: 42px;
    width: 450px;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
}

#callPhoneRadioButton+label {
    margin-top: 10px;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    display: block;
    float: left;
    border: 2px solid #7e3f98;
    background-color: white;
    position: relative;
}
#callPhoneRadioButton:focus+label{
outline: 1px solid #66afe9;
}

#callPhoneRadioButton:checked+label>.inner {
    height: 10px;
    width: 10px;
    background-color: #7e3f98;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#callPhoneRadioButton {
    opacity: 0;
    float: left;
    left: 50px;
    top: 10px;
    position: relative;
}

#callPhoneText {
    margin-left: 19px;
    margin-top: 6px;
    width: 60px;
    height: 17px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #414141;
    text-align: left;
    float: left;
}

#callPhoneScrollBox {
    height: 36px;
    width: 162px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    float: left;
}

#changePhoneNumberLink {
    margin-left: 9px;
    margin-top: 7px;
    width: 49px;
    height: 15px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #7e3f98;
    text-align: left;
    float: left;
    display: block;
    cursor: pointer;
}

/* Call Phone Style END */

/* Send Email Style START */

#sendEmailBox {
    width: 450px;
    height: 36px;
    margin-left: auto;
    margin-top: 40px;
    margin-right: auto;
}

#emailRadioButton {
    opacity: 0;
    float: left;
    left: 50px;
    top: 10px;
    position: relative;
}

#emailRadioButton+label {
    margin-top: 10px;
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 8px;
    float: left;
    border: 2px solid #7e3f98;
    position: relative;
}

#emailRadioButton:focus+label{
outline: 1px solid #66afe9;
}

#emailRadioButton:checked+label>.inner {
    height: 10px;
    width: 10px;
    background-color: #7e3f98;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#sendEmailText {
     width: 62px; 
    height: 17px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #414141;
    text-align: left;
    margin-left: 19px;
    margin-top: 6px;
    float: left;
}

#sendEmailScrollBox {
    height: 36px;
    width: 190px;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    float: left;
}

#changeEmailLink {
    margin-top: 8px;
    margin-left: 9px;
    width: 49px;
    height: 15px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #7e3f98;
    text-align: left;
    float: left;
    cursor: pointer;
    display:block;
}

/* Send Email Style END */

/* Send Code Button Style START */

#sendSecurityCodeButton {
    height: 30px;
    width: 284px;
    background-color: #7e3f98;
    border-radius: 5px;
    margin-top: 37px;
    margin-bottom: 43px;
    margin-left: 10.43%;
    margin-right: 10.43%;
    border: 1px solid #7e3f98;
}

#sendCodeText {
    margin: 0px 0px 0px 2px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.OTPtitle {
    font-size: 18px;
    font-weight: bold;
    color: rgba(65, 65, 65, 1);
    text-align: center;
    line-height: 45px;
    font-family: 'Open Sans';
}

/* Send Code Button Style END */

/* ###################### Preference Screen Style END #############################*/

/* ###################### Change/Add number Modal Style START #############################*/

/* common for KBA Modal */

.modalTitle {
    height: 70px;
    width: 829px;
    background-color: #7e3f98;
}

.modalTitleText {
    height: 71px;
    width: inherit;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
}
#changeEmailModalTitle
    {
    padding-top: 20px !important;
    }
/* Override */

.modal-content {
    width: inherit;
}

.modal-header {
    padding: 0px;
    width: inherit;
}

#changeCellModal .modal-body,
#changePhoneModal .modal-body,
#changeEmailModal .modal-body,
#KBAModal .modal-body {
    text-align: left;
    background-color: white;
    padding: 0px;
}

.modalContent {
    width: 594px;
    height: 400px;
}

.modalCaption {
    height: 90px;
    width: inherit;
    background-color: #eeeeee;
}

/* change for ios fix */

.modalInputLabel2 {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #414141;
    text-align: left;
    height: 19px;
    width: 163px;
}

.modalInput2 {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: rgba(65, 65, 65, 1);
    text-align: left;
    height: 36px;
    width: 144px;
}

.confirmModalInputLabel2 {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #414141;
    text-align: left;
    height: 19px;
    width: 163px;
}

.confirmModalInput2 {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: rgba(65, 65, 65, 1);
    text-align: left;
    height: 36px;
    width: 144px;
}

/* change for ios fix*/
.modalFormField {
    margin-left: 30%;
    margin-right: auto;
    width: 70%;
}

.modalInputLabel {
    margin-top: 22px;
    width: auto;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #414141;
    text-align: left;
}

.modalInput {
    height: 42px;
    width: 330px;
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    margin-top: 7px;
}

/* common for KBA Modal */

#changeCellModal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: inherit;
}

#changePhoneModal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: inherit;
}

#changeEmailModal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: inherit;
}

#changeCellModal {
    padding: 0px !important;
}

#changePhoneModal {
    padding: 0px !important;
}

#changeEmailModal {
    padding: 0px !important;
}

#tickmarkForMobileForCall, #tickmarkForEmail {
    right: 15% !important;
    top: 200px !important;
}

#MNOTermsAndConditionText{
	   
    padding: 18px 20px 10px 28px;
	
}



@media (max-width: 768px) { 
    #tickmarkForMobileForCall, #tickmarkForEmail {
        right: 15% !important;
        top: 195px !important;
    }
}

@media (min-width: 1024px) { 
    #tickmarkForMobileForCall, #tickmarkForEmail {
        right: 26% !important;
        top: 190px !important;
    }  
}

/* ###################### Change/Add number Modal Style END #############################*/

/* ###################### Common Style for devices START #############################*/

/* mobile Screen*/
@media only screen and (max-width: 350px) {
.OTPtitle {
    font-size: 14px !important;
}

	.clickToCall {
		display: block;
	}
	.deskClicKToCall {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
    #rbaPreferencesBox {
        padding-top: 24px;
        margin-bottom: 57px;
        margin-top: 65px;
    }
    #rbaPreferencesPageTitleText {
        width: 90%;
        font-size: 16px;
        margin-top: 40px;
        margin-bottom: 15px;
        height: auto;
    }
    #rbaPreferencesTitle {
        font-size: 16px;
        height: 22px;
    }
    #otpCodeInputOne-error{
    width: 250px !important;
    text-align: left;
    margin-right: 3rem !important;
    }
    #textCellPhoneBox {
        margin-top: 20px;
        padding-left: 5.35%;
    }
    #textCellText {
        font-size: 14px;
        margin-left: 3px;
    }
    #callPhoneText {
        font-size: 14px;
        margin-left: 3px;
        text-align: center;
    }
    #sendEmailText {
        font-size: 14px;
        margin-left: 3px;
        text-align: center;
    }
    .AllModalInput {
        width: 251px;
        margin: 0px auto;
    }
    #sendSecurityCodeButton {
        width: 221px;
    }
    #aetnaLogoContainer {
        height: 60px;
    }
    #header {
        height: 60px;
        font-size: 18px;
        padding-top: 14px;
    }
    /* #aetLogoImg {
		height: 31px;
		width: 120px;
	} */
    .bread-crumb-section {
        height: 40px;
    }
    .commonBreadCrumb {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .completeBreadcrumb {
        display: none;
    }
    .chevron {
        display: none;
    }
    .chevron-mobile {
        margin-left: 25%;
        color: white;
        top: 0.5px;
        font-size: 10px;
    }
    #go-back-chevron-mobile {
        display: block;
    }
    .bread-crumb-section {
        width: 86%;
    }
    #callPhoneBox {
        padding-left: 5.35%;
    }
    #sendEmailBox {
        padding-left: 5.35%;
    }
    #rbaPreferencesBox .b-select-wrap {
        margin-top: 35px;
        margin-left: -52px;
        width: 138px;
    }
   .b-select-wrap-pa {
	margin-top: 40px;
    	margin-left: -120px !important;
    	width: 168px;
	}
    .b-select-wrap-pa-eng{	    
    margin-top: 35px;
    margin-left: -52px !important;
    width: 160px;
	}
    #changeCellNumberLink {
        margin-top: 41px;
    }
    #changePhoneNumberLink {
        margin-top: 41px;
    }
    #rbaPreferencesBox .b-select-wrap-email, #rbaPreferencesBox .b-select-wrap-email-pa {
        width: 163px;
        margin-top: 35px;
        margin-left: -65px;
    }
    #changeEmailLink {
        margin-top: 42px;
        margin-left: 4px;
    }
    .lightBulb {
        margin-bottom: 33%;
    }
    #KBAModal {
        width: 93vw;
        margin-left: auto;
        margin-right: auto;
        /*overflow-y: hidden;*/
    }
    #KBAModalSuccess {
        width: 93vw;
        margin-left: auto;
        margin-right: auto;
        /*overflow-y: hidden;*/
    }
    .Question_No {
        font-size: 18px;
    }
    .Choices {
        font-size: 14px;
    }
    #currentQuestionNo {
        font-size: 18px;
    }
    #totalQuestionNo {
        font-size: 18px;
    }
    .Questions {
        margin-top: 0px;
        font-size: 14px;
    }
    .additionalInfoModalForEmail,
    .additionalInfoModalForPhone,
    .additionalInfoModalForCell,
    .additionalWarningInfoModalForCell {
        margin: 30px auto;
        width: 93vw;
        padding-right: 0px;
        overflow-y: auto;
    }
    .additionalInfoModal {
        margin: 30px auto;
        width: 93vw;
    }
   
    .additionalInfoModal .modalContent {
        font-size: 14px;
    }
    #changeEmailModal {
        margin-top: 5%;
        width: 93vw;
        margin-left: auto;
        margin-right: auto;
        /*overflow-y: hidden;*/
    }
    #changeCellModal {
        margin-top: 5%;
        width: 93vw;
        margin-left: auto;
        margin-right: auto;
    }
    #changePhoneModal {
        margin-top: 5%;
        width: 93vw;
        margin-left: auto;
        margin-right: auto;
    }
    body.modal-open {
        position: relative;
    }
    .modalInputLabel {
        font-size: 14px;
    }
    .OTPtitle {
        font-size: 16px;
    }
    .confirmModalInputLabel {
        font-size: 14px;
    }
    /* .modalCancelButton {
        margin-left: 229px;
    } */
    .modalCaption {
        height: auto;
        width: 92.5vw;
        margin-top: 0px;
        float: none;
    }
    .modalCaptionText {
        margin-top: 4%;
        /* margin-left: 3%;
    width: 60vw; */
        margin-right: 19px;
        font-size: 14px;
    }
    .modalTitleText {
        height: 50px;
        font-size: 16px;
    }
    #changeEmailModalTitle
    {
    padding-top: 17px !important;
    }
    .note_box {
        height: auto;
        width: auto;
        margin-left: 33px;
        margin-right: 6px;
        font-size: 14px;
    }
    
    #tickmarkForEmail {
        margin-left: 253px;
    }
    
    .AllModalInput1 {
        margin-left: 10%;
    }
    .modalInput2 {
        width: 80%;
    }
    .confirmModalInput2 {
        width: 80%;
    }
    #emailTickmark {
        margin-left: 62vw;
        margin-top: 0px;
    }
    
    	.clickToCall {
		display: block;
	}
	.deskClicKToCall {
		display: none;
	}
	.es.outerSpaceColor{
        width: 235px !important;
    	}
    	.es.b-select-wrap{
        margin-left: -205px !important;
        width: 160px !important;
    }
    #OtpHeader{
    width: 310px !important;
    line-height: 34px;
    }
}

/* Screen width >= 768 */

@media only screen and (max-width: 1023px) and (min-width: 768px) {
	
		.clickToCall {
		display: block;
	}
	.deskClicKToCall {
		display: none;
	}
    #rbaPreferencesBox {
        margin-bottom: 57px;
    }
    #rbaPreferencesPageTitleText {
        width: 483px;
        font-size: 18px;
    }
    #textCellPhoneBox {
        margin-top: 30px;
    }
    .bread-crumb-section {
        width: 91.66%;
    }
    #go-back-chevron-mobile {
        display: none;
    }
    #changeEmailModal {
        margin-top: 5%;
        width: 704px;
        margin-left: auto;
        margin-right: auto;
        overflow-y: hidden;
    }
    #changeCellModal {
        margin-top: 5%;
        width: 704px;
        margin-left: auto;
        margin-right: auto;
        overflow-y: hidden;
    }
    #changePhoneModal {
        margin-top: 5%;
        width: 704px;
        margin-left: auto;
        margin-right: auto;
        overflow-y: hidden;
    }
    #KBAModal {
        width: 704px;
        margin-left: auto;
        margin-right: auto;
        overflow-y: auto;
    }
    #KBAModalSuccess {
        width: 704px;
        margin-left: auto;
        margin-right: auto;
        overflow-y: hidden;
    }
    .modalCaption {
        width: 702px;
    }
    .additionalInfoModalForEmail,
    .additionalInfoModalForPhone,
    .additionalInfoModalForCell {
        margin: 30px auto;
        width: 704px;
		height: -webkit-fill-available;
        overflow-y: scroll;
    }
    .additionalInfoModal {
        margin: 30px auto;
        width: 704px;
    }
}

/*  Screen width >=1024 */

@media only screen and (max-width: 1439px) and (min-width: 1024px) {
    #rbaPreferencesBox {
        margin-bottom: 57px;
    }
    #rbaPreferencesPageTitleText {
        width: 545px;
        padding-bottom: 36px;
    }
    #textCellPhoneBox {
        margin-top: 36px;
    }
    .bread-crumb-section {
        width: 87.5%;
    }
    #go-back-chevron-mobile {
        display: none;
    }
    #changeEmailModal {
        margin-top: 5%;
        width: 831px;
        margin-left: auto;
        margin-right: auto;
        overflow-y: hidden;
    }
    #changeCellModal {
        margin-top: 5%;
        width: 831px;
        margin-left: auto;
        margin-right: auto;
        overflow-y: hidden;
    }
    #changePhoneModal {
        margin-top: 5%;
        width: 831px;
        margin-left: auto;
        margin-right: auto;
        overflow-y: hidden;
    }
    .modalCaption {
        width: 828px;
    }
}

/* Screen width >=1440 */

@media only screen and (min-width: 1440px) {
    #rbaPreferencesBox {
        margin-bottom: 57px;
    }
    #rbaPreferencesPageTitleText {
        width: 562px;
        padding-bottom: 36px;
    }
    #textCellPhoneBox {
        margin-top: 30px;
    }
    .bread-crumb-section {
        width: 94.02%;
    }
    #go-back-chevron-mobile {
        display: none;
    }
    #changeEmailModal {
        margin-top: 4%;
        width: 831px;
        margin-left: auto;
        margin-right: auto;
        overflow-y: hidden;
    }
    #changeCellModal {
        margin-top: 4%;
        width: 831px;
        margin-left: auto;
        margin-right: auto;
        overflow-y: hidden;
    }
    #changePhoneModal {
        margin-top: 4%;
        width: 831px;
        margin-left: auto;
        margin-right: auto;
        overflow-y: hidden;
    }
    .modalCaption {
        width: 828px;
    }
}

/* ###################### Common Style for devices END #############################*/

/* code changes for otp screen */

#acceptOtpPageTitleText {
    margin-top: 23px;
    font-family: 'Open Sans';
    font-size: 24px;
    text-align: center;
    min-height: 62px;
}

#rbaAcceptOtpTitle {
    margin-top: 18px;
    margin-bottom: 28px;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
}

#rbaAcceptOtpBox {
    margin-bottom: 37px;
    /* margin-right: auto;
		margin-left: auto; */
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px #000000;
    height: auto;
    min-height: 488px;
    padding-top: 15px;
}
#pprbaAcceptOtpBox {
    margin-bottom: 37px;
    /* margin-right: auto;
        margin-left: auto; */
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px #000000;
    height: auto;
    min-height: 488px;
    padding-top: 15px;
}

#otpInputsBox {
    margin-bottom: 35px;
}

.securityCodeInputField {
    margin-left: 20.44px;
    height: 73px;
    width: 62px;
    background-color: #ffffff;
    border: 1px solid #414141;
    text-align: center;
}

#securityCodeInputOne {
    margin-left: 0px;
}
#otpCodeInputOne-error{
	width: 250px !important;
    /* height: 32px !important; */
    text-align: left;
    margin-right: 48rem;
    }

.securityCode {
    margin-left: 0px;
    width:372px !important;
}
#otpCodeInputOne {
    margin-left: 0px;
}
#countDownTimer {
    margin-bottom: 32px;
    height: 152px;
    width: 152px;
    border: 1px solid #414141;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

#timerExpiredMsg {
    font-family: 'Open Sans';
    font-size: 16px;
    color: rgba(210, 9, 98, 1);
    text-align: left;
    background-color: rgba(255, 240, 247, 1);
    border: 1px solid rgba(210, 9, 98, 1);
    border-radius: 5px;
    margin: 0 20.79191vw 61px 20.79191vw;
}

#timerExpiredMsg .errorIcon {
    height: 29px;
    width: 32px;
    margin: 10px 0 11px 19px;
    float: left;
}

#timerExpiredMsg .timerExpiredMsgTxt {
    margin: 10px 0 11px 15px;
    float: left;
}

@media (max-width: 768px) {
    #timerExpiredMsg {
        font-size: 14px;
    }
    #timerExpiredMsg .errorIcon {
        height: 25px;
        width: 28px;
        margin: 10px 0px 11px 19px;
        float: left;
    }
    
    	.clickToCall {
		display: block;
	}
	.deskClicKToCall {
		display: none;
	}
}


	
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	#OtpHeader{
		width: 642px !important;
	}
	#otpCodeInputOne-error{
    	margin-right: 22rem!important;
    }
    #otpCodeInputOne{
     	margin-right: 24rem !important;
    }
    #OtpVerifyHeader{
        width: 640px !important;
    }
    #verificationBtn{
       margin-right: 0px !important;
    }
    #pprbaAcceptOtpBox {
    	width: 685.104px !important;
    }
}


#timerText {
    height: 38px;
    width: 66px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #414141;
    text-align: center;
    margin-top: 40px;
    /* float: left; */
}

.timeLeft {
    margin-left: auto;
    margin-right: auto;
    height: 24px;
    width: 130px;
    text-align: center;
}

.time {
    height: 24px;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    color: #7e3f98;
}

#timerCaption {
    height: 22px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #515151;
    text-align: center;
}

#sendCodeAgainButton {
    height: 30px;
    width: 198px;
    margin-top: 18px;
    background-color: #7e3f98;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border: 1px solid #7e3f98;
}

#startAgainButton {
    height: 30px;
    width: 198px;
    background-color: #7e3f98;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 18px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border: 1px solid #7e3f98;
    margin-left: 26px;
    margin-right: 26px;
}
#ppstartAgainButton {
    height: 30px;
    width: 198px;
    background-color: #7e3f98;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 18px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border: 1px solid #7e3f98;
    margin-left: 26px;
    margin-right: 26px;
}
#ppVerifyStartAgainButton {
    height: 30px;
    width: 198px;
    background-color: #7e3f98;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 18px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border: 1px solid #7e3f98;
    margin-left: 26px;
    margin-right: 26px;
}
#verifyCancel {
    height: 30px;
    width: 198px;
    background-color: #7e3f98;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 18px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border: 1px solid #7e3f98;
    margin-left: 26px;
    margin-right: 26px;
}

#OTPContinueButton {
    height: 30px;
    width: 198px;
    background-color: #7e3f98;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 18px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border: 1px solid #7e3f98;
}
 #mandatoryRequired{
  display: inline-block;
  vertical-align: top;
  margin-top: -30px;
} 
#PPOTPContinueButton {
    height: 30px;
    width: 198px;
    background-color: #7e3f98;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 18px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border: 1px solid #7e3f98;
}
#Resendlink{
	cursor: pointer;
}
#OTPVerifyContinueButton {
    height: 30px;
    width: 198px;
    background-color: #7e3f98;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 18px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border: 1px solid #7e3f98;
}

#OTPContinueButton:disabled {
    background-color: grey;
    border: 1px solid grey;
}
#PPOTPContinueButton:disabled {
    background-color: grey;
    border: 1px solid grey;
}
#Resendlink{
	cursor: pointer;
}

button#OTPContinueButton {}

.passwrd {
    font-size: 18px;
    font-weight: 600;
}

.outerSpaceColor {
    color: #414141;
}

.isabellineBackground {
    background-color: #eeeeee;
}

.no-padding {
    padding: 0px !important;
}

.whiteBackground {
    background-color: #ffffff;
}

body {
    margin: 0px;
    height: 800px;
}

.error-message-content {
    padding: 10px;
    margin-top: 25px;
    width: 77.44%;
    min-height: 67px;
    background-color: rgba(255, 240, 247, 1);
    border: 1px solid rgba(210, 9, 98, 1);
    border-radius: 5px;
    overflow: auto;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
}

.err-txt-msg {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 16px;
    color: rgba(210, 9, 98, 1);
    margin-top: 5px;
    margin-left: 0px;
    margin-right: auto;
}

.error-icon {
    margin-bottom: auto;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 768px) {
	
		.clickToCall {
		display: block;
	}
	.deskClicKToCall {
		display: none;
	}
    .err-txt-msg {
        font-size: 14px;
    }
    .securityCode {
    margin-left: 0px;
    width:207px !important;
	}
    .securityCodeInputField {
        margin-left: 12px;
        height: 38px;
        width: 31px;
    }
    #rbaAcceptOtpBox {
        min-height: 495px;
    }
    #pprbaAcceptOtpBox {
        min-height: 495px !important;
        width: 368.104px;
        margin-left: -14px;
    }
    
    #rbaAcceptOtpTitle {
        font-size: 16px;
    }
    #acceptOtpPageTitleText {
        font-size: 14px;
        margin-top: 16px;
        min-height: 40px;
    }
    #countDownTimer {
        height: 106px;
        width: 106px;
    }
    #timerText {
        margin-top: 15px;
    }
    .timeLeft {
        width: 70px;
        margin-top: 6px;
    }
    .time {
        font-size: 16px;
    }
    #timerCaption {
        font-size: 14px;
    }
    #sendCodeAgainButton {
        width: 207px;
        font-size: 16px;
        float: left;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    #startAgainButton {
        width: 207px;
        font-size: 16px;
        float: left;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 0;
    }
    #ppstartAgainButton {
        width: 207px;
        font-size: 16px;
        float: left;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 0;
    }
    #ppVerifyStartAgainButton {
        width: 207px;
        font-size: 16px;
        float: left;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 0;
    }
    #verifyCancel{
     	width: 207px;
        font-size: 16px;
        float: left;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .button-level {
        width: 207px;
        margin-left: auto;
        margin-right: auto;
    }
    #otpCodeInputOne {
    	margin-left: 35px;
	}
	  #ppstartAgainButton{
		 margin-right: 30px;
		 margin-top: 31px;
		 margin-left: 52px !important;
	 }
	 #ppVerifyStartAgainButton{
		 margin-right: 30px;
		 margin-top: 31px;
		 margin-left: 52px !important;
	 }
 
	
	 #PPOTPContinueButton{
	  margin-top: 31px !important;
	 }
 	#Resendlink{
	cursor: pointer;
	}
	 #OtpVerifyHeader{
	 width :288px !important;
	 }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .offset {
        width: 25%;
    }
    #sendCodeAgainButton {
        float: left;
    }
    #startAgainButton {
        float: left;
    }
    #ppstartAgainButton {
        float: left;
    }
    #ppVerifyStartAgainButton {
        float: left;
    }
    .button-level {
        width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
    	.clickToCall {
		display: block !important;
	}
	.deskClicKToCall {
		display: none;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .offset {
        width: 25%;
    }
    .button-level {
        width: 685px;
        margin-left: auto;
        margin-right: auto;
    }
    #sendCodeAgainButton {
        float: left;
    }
    #startAgainButton {
        float: left;
    }
    #ppstartAgainButton {
        float: left;
    }
    #ppVerifyStartAgainButton {
        float: left;
    }
}

@media only screen and (min-width: 1440px) {
    .offset {
        width: 25%;
    }
    .button-level {
        width: 685px;
        margin-left: auto;
        margin-right: auto;
    }
    #sendCodeAgainButton {
        float: left;
    }
    #startAgainButton {
        float: left;
    }
    #ppstartAgainButton {
        float: left;
    }
    #ppVerifyStartAgainButton {
        float: left;
    }
}

.NGAglobalWarningMsgContent {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	text-align: left;
	background-color: rgba(254, 248, 242, 1);
	border: 1px solid rgba(233, 100, 11, 1);
}

.globalWarningMessage {
	color: rgba(236, 96, 2, 1);
	text-align: left;
	width: 100%;
	display: inline-block;
	font-size: 16px;
  
}

.NGAglobalErrorMsgContent {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #fff0f7;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d20962;
    border-radius: 5px;
    text-align: left;
}

.globalErrorMessage {
    text-align: left;
    width: 100%;
    display: inline-block;
    color: #d20962;
    font-size: 16px;
}



< !-- CSS for OPTIN AND OPTOUT PAGE -->.ngaOptInOptOutPagebottom {
    margin-bottom: 40px;
}

#OptInOptOutPage {
    padding-bottom: 45px;
}

.nga-finalPage {
    /*box-shadow : 0px 0px 5px 0px rgba(0, 0, 0, 0.5);*/
    box-shadow: 0px 0px 5px 0px #000000;
    text-align: center;
    font-family: 'Open Sans';
    padding-bottom: 45px;
    padding-top: 45px;
}

.nga-finalPage {
    /* width : 86vw; */
}

.finalPage-content,
.radio-label {
    font-size: 20px;
}

.confirmedIdentityMessage {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    color: rgba(65, 65, 65, 1);
    margin: 0 auto;
    margin-bottom: 23px;
}

.ngaFinalPageNotification {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #414141;
}

.ngaFinalPageNotification>ul,
.ngaFinalPageNotification>li {
    list-style-type: disc !important;
    line-height: 30px;
    margin-bottom: 0;
}

.finalPage-option {
    /* float: left; */
    margin: 0 auto;
    width: 100%;
    margin-top: 24px;
}

.nga-complete-disable,
.nga-complete-enable {
    background-color: #7e3f98;
    border: 0px;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    padding: 4px 10%;
}

.nga-complete-disable {
    background-color: rgb(155, 155, 155);
    border: 1px solid rgb(155, 155, 155);
}

.success-label {
    text-align: center;
    color: #414141;
    font-family: 'Open Sans';
    font-size: 22px;
    margin: 25px auto -18px auto;
}

@media ( min-width: 551px) and (max-width: 768px) {
    .radio-label {
        font-size: 16px;
    }
    .success-label {
        font-size: 20px;
    }
}

@media ( min-width: 320px) and (max-width: 420px) {
    .radio-label {
        font-size: 16px;
    }
    .success-label {
        font-size: 20px;
    }
    .ngaFinalPageNotification {
        line-height: 28px;
    }
    .nga-complete-enable,
    .nga-complete-disable {
        padding: 5px 30%;
    }
}

.finalPage .whiteBackground {
    background-color: #ffffff;
}

.finalPage .no-padding {
    padding: 0;
}

.finalPage .darkLavenderBackground {
    background-color: #7e3f98;
}

@media (min-width: 1024px) {
    .finalPage .col-xs-12 {
        float: none;
        margin: 0 auto;
        width: 1024px;
    }
}

.finalPage .isabellineBackground {
    background-color: #eeeeee;
}

.finalPage .content {
    box-shadow: none;
    color: #414141;
    float: left;
    font-family: 'Open Sans';
    font-size: 16px;
    height: 64px;
    line-height: 34px;
    margin: 23px 93px 0 94px;
    text-align: center;
    width: 709px;
}

@media (max-width: 1024px) {
    .finalPage .content {
        font-size: 1.5625vw;
    }
}

@media (max-width: 1024px) {
    .finalPage .content {
        height: 6.25vw;
    }
}

@media (max-width: 1024px) {
    .finalPage .content {
        line-height: 3.3203125vw;
    }
}

@media (max-width: 1024px) {
    .finalPage .content {
        margin: 2.24609375vw 9.08203125vw 0 9.1796875vw;
    }
}

@media (max-width: 1024px) {
    .finalPage .content {
        width: 69.23828125vw;
    }
}

@media only screen and (min-width: 1024px) {
    .modalBodyText {
        margin-left: 62px;
    }
     .modalMessageText {
            margin-left: 62px;
    }
}

#KBAModal .modal-body {
    height: auto;
}

.questionMarkImage {
    margin: 32px 0px 8px 7px;
    width: 25px;
    cursor: pointer;
}
.questionMarkImage:focus {
	outline: none;
} 
@media(max-width: 767px) {
    .questionMarkImage {
        margin: 27px 0px 15px 6px;
    }
}

#KBAModal .arrow {
    left: -11px !important;
}

@media only screen and (max-width: 768px) {
    #OTPContinueButton {
        width: 207px;
        font-size: 16px;
        float: left;
        margin-top: 0;
    }
    #PPOTPContinueButton {
        width: 207px;
        font-size: 16px;
        float: left;
        margin-top: 0;
    }
    #Resendlink{
	 	cursor: pointer;
	}
    #OTPVerifyContinueButton {
        width: 207px;
        font-size: 16px;
        float: left;
        margin-top: 0;
        margin-left: 19px;
    }
    #otpVerifyBox{
    margin-left: 9px !important;
    }
    #verificationBtn{
        margin-right: 0px !important;
        margin-top: 22px;
    }
    #ppngabodycontent{
      overflow: hidden !important;
    }
}

#changeEmailModal,
#changeCellModal,
#changePhoneModal {
     overflow-y: visible;
}

@media (max-width: 767px) {
    .modalBodyText {
        width: 91.796875vw;
	padding-left: 10px;
        padding-right: 10px;
    }
    .modalFormField {
        width: 70%;
    }
    .modalInput,
    .confirmModalInput {
        width: 245px;
    }
    .modalMessageText{
	    width: 90.796875vw;
    }
    #errormessage
    {
    padding-top:10%;
    }
    
}
@media only screen and (max-width: 768px) and (min-width: 320px)
{
	.ngaFinalPageNotification{
		font-family: 'Open Sans';
        font-size: 14px;
        color: #414141;
        width: 80%;
        text-align: left;
        margin-left: auto;
    	margin-right: auto;
    	float: none !important;
	
	}
	.radio-label {
        font-size: 14px !important;
        padding-top: 5%;
    }
    .confirmedIdentityMessage {
	    font-family: 'Open Sans';
	    font-size: 16px;
	    font-weight: bold;
	    color: rgba(65, 65, 65, 1);
	    margin: 0 auto;
	    margin-bottom: 23px;
	}
    
}

@media only screen and (max-width: 1023px) and (min-width: 768px)
{
	.ngaFinalPageNotification{
		font-family: 'Open Sans';
        font-size: 18px;
        color: #414141;
        width: 74%;
        text-align: left;
        margin-left: auto;
    	margin-right: auto;
    	float: none !important;
	
	}
	.radio-label {
        font-size: 16px !important;
    }
    .confirmedIdentityMessage {
	    font-family: 'Open Sans';
	    font-size: 18px;
	    font-weight: bold;
	    color: rgba(65, 65, 65, 1);
	    margin: 0 auto;
	    margin-bottom: 23px;
	}
	     .modalMessageText {
    		 width: 100%;
    }
}
@media (min-width: 768px){
		#MNOModalSuccess .modal-dialog, #MNOKBAModal .modal-dialog, #managerRevokeModal .modal-dialog, #mnoContentModal .modal-dialog{
     width: 600px !important;
	}
}
@media (min-width: 1024px)
{
	.ngaFinalPageNotification{
		font-family: 'Open Sans';
        font-size: 18px;
        color: #414141;
        width: 55%;
        text-align: left;
        margin-left: auto;
    	margin-right: auto;
    	float: none !important;
	
	}
	.radio-label {
        font-size: 18px !important;
    }
    .confirmedIdentityMessage {
	    font-family: 'Open Sans';
	    font-size: 20px;
	    font-weight: bold;
	    color: rgba(65, 65, 65, 1);
	    margin: 0 auto;
	    margin-bottom: 23px;
	}
	.modalMessageText {
        margin-left: 62px;
    }
}

@media only screen and (max-width: 480px) and (min-width: 320px)
{
	.finalPage-option {
	    /* float: left; */
	    margin: 0 auto;
	    width: 75vw;
	    margin-top: 24px;
	}
}

@media only screen and (max-width: 550px) and (min-width: 320px)
{
    .modalInput, .confirmModalInput {
        width: 180px;
    }

    #tickmarkForMobileForCall, #tickmarkForEmail {
        right: 15% !important;
        top: 190px !important;
    }
}

@media only screen and (max-width: 768px) and (min-width: 481px)
{
	.finalPage-option {
	    /* float: left; */
	    margin: 0 auto;
	    width: 100%;
	    margin-top: 24px;
	}
}

#KBAModal .popover-title {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-family: 'Open Sans';
	font-weight: bold;
	background: white;
    border-bottom: none !important;
}
#KBAModal .popover-content {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-family: 'Open Sans';
    text-align: left;
    padding: 0px 15px 15px 15px !important;
}

@media (min-width: 1024px)
{
	#KBAModal .popover {
    max-width: 57% !important;
    border-radius: 6px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    top: 42px !important;;
    left: 235.188px !important;
	}
	
	#KBAModal .popover.right > .arrow {
    top: 14% !important;
    left: -11px;
    margin-top: -25px;
    border-right-color: #999;
    border-right-color: 1px solid rgba(0, 0, 0, .2);
    border-left-width: 0;
	}
    #KBAModal jsQuestionMarkImage.popover {
     max-width: 55% !important;
	}
	
	
	#KBAModal .popoverCrossImage
	{
		float: right;
		width: 12px;
		margin-top: -17px;
		position: relative; 
		margin-right: -8px;
	}

}


@media only screen and (max-width: 1023px) and (min-width: 769px)
{
	#KBAModal .popover {
    max-width: 63% !important;
    border-radius: 6px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    top: 46px !important;;
    left: 236.188px !important;
	}
	
	#KBAModal .popover.right > .arrow {
    top: 21% !important;
    left: -11px;
    margin-top: -25px;
    border-right-color: #999;
    border-right-color: 1px solid rgba(0, 0, 0, .2);
    border-left-width: 0;
	}
	
	#KBAModal jsQuestionMarkImage.popover {
     max-width: 55% !important;
	}
		
	#KBAModal .popoverCrossImage
	{
		float: right;
		width: 12px;
		margin-top: -17px;
		position: relative; 
		margin-right: -8px;
	}
}	


@media only screen and (max-width: 768px) and (min-width: 531px)
{
	#KBAModal .popover {
    max-width: 58% !important;
    border-radius: 6px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    top: 42px !important;;
    left: 198.188px !important;
	}
	
	#KBAModal .popover.right > .arrow {
    top: 19% !important;
    left: -11px;
    margin-top: -25px;
    border-right-color: #999;
    border-right-color: 1px solid rgba(0, 0, 0, .2);
    border-left-width: 0;
	}
	
	#KBAModal .popoverCrossImage
	{
		float: right;
		width: 12px;
		margin-top: -17px;
		position: relative; 
		margin-right: -8px;
	}
}

@media only screen and (max-width: 530px) and (min-width: 320px)
{
		/* width */
	::-webkit-scrollbar {
   	 width: 6.8px;

	}

	/* Track */
	::-webkit-scrollbar-track {
    	box-shadow: inset 0 0 5px grey; 
   	 border-radius: 10px;
    	background: rgba(221, 219, 218, 1);
	}
 
	/* Handle */
	::-webkit-scrollbar-thumb {
   	 background: rgba(255, 255, 255, 1); 
   	 border-radius: 10px;
	}
	#KBAModal .popover {
    max-width: 87% !important;
    border-radius: 6px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    top: 33% !important;;
    left: 7% !important;
    height: 68%;
	}
	#KBAModal .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
	}
	
	#KBAModal .popover-content 
	{
	height: 186px;
 	overflow-y: scroll;
	}
	
	#KBAModal .popover.bottom {
     margin-top: 0px !important;
	}
	#KBAModal .popoverCrossImage
	{
		float: right;
		width: 12px;
		margin-top: -18px;
		position: relative; 
		margin-right: -8px;
	}
	#KBAModal .popover-title
	{
		padding: 8px 11px !important;
	}
}

#modalSubmitButtonForTermsAndCondition {
    height: 32px;
    width: 182px;
    background-color: #7e3f98;
    border: 1px solid #7e3f98;
    border-radius: 5px;
    /* margin: 0px 124px 0px 30px; */
    /* float: left; */
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

/* #resetTermsAndCondition	 
{
    margin-left: 122px;
} */

#termsAndConditionBody
	{
		padding: 18px 28px 0px 28px;
	}
#termsAndConditionText
	{
	    padding-top: 12px;
	}
@media only screen and (max-width: 768px) and (min-width: 320px)
{
	#termsAndConditionModalTitle, #terms_ConditionModalTitle
	{
	float:none !important;
	}
	label,p,span {
	  font-size: 14px;
	  color: #414141;
	  font-weight: normal;
	}
	#modalSubmitButtonForTermsAndCondition {
   	    width: 190px;
	}
	#termsAndConditionFooter, #terms_ConditionFooter{
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
	}
	.modalCancelButton {
    
    height: 32px;
    width: 77px  !important;
    
    
}
@media only screen and (max-width: 360px) and (min-width: 320px)
{
	#KBAModal .popover.bottom > .arrow {
    margin-left: 58%;
	}
}
@media only screen and (max-width: 420px) and (min-width: 361px)
{
	#KBAModal .popover.bottom > .arrow {
    margin-left: 49%;
	}
}
@media only screen and (max-width: 530px) and (min-width: 421px)
{
	#KBAModal .popover.bottom > .arrow {
    margin-left: 40%;
	}
}
@media only screen and (max-width: 530px) and (min-width: 320px)
{
	#termsAndConditionBody{
	height: 400px;
    overflow-y:  auto;
	}
}

#mnoContentModal{
	overflow-y:auto;
	padding-right:0px !important;
}

@media only screen and (max-width: 400px) and (min-width: 320px)
{
	.additionalInfoModal .modalTitle {
        font-size: 17px;
    }
    
     #termsAndConditionModalTitle, #terms_ConditionModalTitle{
    	font-size:16px
    }
    
    #welcomeHeaderMNOOne{
    	margin-left: auto;
    	margin-right: auto;
    	width: 250px;
    	margin-bottom: 0px;
    	font-size: 13px;
    	margin-top: 10px;
    }
    
    #welcomeHeaderMNO{
    	margin-bottom: 0px !important;
    	text-align: center;
    	font-size: 14.67px !important;
    	padding-left: 10px;
    	padding-right: 10px;
    	width: 275px;
    }
    
    #idVettBtns{
    	padding-left: 30px;
    	font-size: 14px;
    }
    
    .idVettingOption{
    	margin-bottom: 10px;
    	padding-top: 10px;
    }
    
    .additionalInfoModal .padding {
    	height: 60px;
}
   .modalSubmitButton {
   		width: 80px;
    	font-size: 13px;
    	
   }
   .radioAdditionalText {
    font-size: 13px;
}
    
   #radioAdditionalText2{
    margin-bottom: 0px;
   }
   
   .additionalInfoModal .padding {
    padding: 10px 0px 10px 0px;
    
}
 	.MNOtermsText{
    	font-size:14px
    }
    #MNOConsentList,
    .mnoPrivacyLink,
    #mnoPrivacyLink1,
    #mnoPrivacyLink1:hover{
    	font-size:13px
    }
    
    .Challange_msg {
    	font-size:14px;
    }
    
    .Challange_box1 {
    	width: 85%
    }
    .KBA_Alert_msg {
    	font-size: 14px;
    }
    #MNOConsentList li{
    	padding-top: 10px;
    }
}

@media only screen and (max-height: 570px)
{
	.additionalInfoModal{
		margin-top:0px;
		margin-bottom:0px;
	}
	
}

@media only screen and (max-width: 450px)
{
	.increase_space{
	margin-top: 18%;
}

.es-chnage-phone-email {
    margin-left: -40px !important;
    margin-top: 41px !important;
}

}
@media only screen and (max-width: 400px)
{	
    .es-chnage-phone-email {
        margin-left: -37px !important;
        margin-top: 41px !important;
    }
    .es-change-phone-email {
        margin-left: 7px !important;
        margin-top: 41px !important;
    }
}	
@media only screen and (max-width: 350px)
{	
    .es-chnage-phone-email {
        margin-left: -45px !important;
        margin-top: 41px !important;
    }
    .learn-more-link {
        margin-left: 50px !important;
    }
    #rbaPreferencesBox .es.b-select-wrap-pa {
        margin-left: -215px !important;
    }
    #rbaPreferencesBox .es.b-select-wrap-email {
        margin-left: -75px;
    }
}

@media only screen and (max-width: 900px) and (min-width: 569px){
	#welcomeHeaderMNOOne{
		width: 330px ! important;
	}
}

@media only screen and (max-width: 568px) and (min-width: 401px)
{
	.additionalInfoModal .modalTitle {
        font-size: 21px;
    }
    
    #MNOConsentList,
    .mnoPrivacyLink,
    #mnoPrivacyLink1,
    #mnoPrivacyLink1:hover{
    	font-size: 14px;
    }
    
    #MNOConsentList li{
    	padding-top: 15px;
    }
    
    #welcomeHeaderMNOOne{
    	margin-left: auto;
    	margin-right: auto;
    	width: 310px;
    	margin-bottom: 0px;
    	font-size: 16px;
    	margin-top: 10px;
    }
    
    #welcomeHeaderMNO{
    	margin-bottom: 0px !important;
    	text-align: center;
    	font-size: 16.67px !important;
    	padding-left: 10px;
    	padding-right: 10px;
    	width: 290px;
    }
    .additionalInfoModal .padding {
    padding: 10px 0px 10px 0px;
	}
	.Challange_msg {
    	width:300px;
    	font-size:14px;
    }
    #additionalWarningInfoTextForCell{
    	font-size:14px;
    }
    .Challange_box1 {
    	width: 83%
    }
}

::-ms-clear {  
	display: none; 
	width : 0; 
	height: 0; 
}
#rbaPreferencesBox .row {
    display: block;
}
#rbaAcceptOtpBox .row {
    display: block;
}
#pprbaAcceptOtpBox .row {
    display: block;
}
#OptInOptOutPageForm .row {
    display: block;
}
.finalPage-option > label.form-check-inline.form-check.radio-label {
    font-weight: 400;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 20px;
    display: inline-block;
}
.modal-dialog.additionalInfoModal {
    max-width: none;
    pointer-events: all;
}
#changeEmailModal .modal-dialog, #changeCellModal .modal-dialog, #changePhoneModal .modal-dialog,#KBAModal .modal-dialog, .modal-dialog{
	pointer-events: all;
	max-width:none;
	margin-top: 10px;
    margin-bottom: 10px;
}
div .modal{
	right: 0;
}
}	
/*	######### Security Questions for IBSSO ########### */	
	
#ibsso-securityQuestion.ibsso-securityquestion-content
{
	    margin-top: 0px;
}
.ibsso-securityquestion-content
	{
	margin-top: 100px;
	margin-bottom:30px;
}
.ibsso-securityquestion-content
	{
	margin-top: 31px;
	margin-bottom:30px;
}
.ibsso-securityquestion-content h2
		{
		margin-left: 2px;
		    margin-bottom: 20px;
	}
	.ibsso-securityquestion-content .ibsso-aet-purp {
	margin: 45px 0px 35px 0px;
}
.ibsso-registration-form,.terms-conditions-details {
	background-color: #fff;
}
.ibsso-registration-form {
	padding-bottom: 10px;
}
.ibsso-registration-form,.subscriber-information-content .ibsso-registration-form
	{
	padding-top: 10px;
	padding-bottom: 10px;
}
label{
	font-size: 16px;
	font-weight: 700;
	font-family: Open Sans !important;
}
 .ibsso-registration-form {
	padding: 10px;
}
.ibsso-registration-form,.terms-conditions-details {
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px #000000;
}
.ibsso-registration-form .reg-hdr-txt .reg-step-text {
	margin-left: 15px;
	font-weight: bold;
}
.ibsso-required-info {
	position: relative; 
	margin-right : 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	font-family: Open Sans !important;
	font-size: 16px;
	color: #414141;
	float:right;
}
@media ( max-width :992px) {
	.ibsso-required-info {
		margin-left: 15px;
		padding-top: 10px;
		padding-left: 10px;
	}
}
.ibsso-mandatory {
	color: #D31E11;
	font-size: 14px;
	font-weight: bold;
}
#ibsso-form-securityquestion-content .content_mid{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
#ibsso-maiden-label{
	font-family: 'Open Sans';
	font-size: 18px !important;
	font-weight: bold;
	color: #414141;
	}
input#ibsso-securityAnwer{
	padding-left: 25px;
}
	label#ibsso-maiden-label {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    padding-top: 7px;
}
.error {
	color: #a94442;
}
label.error {
	 background: url("../error_iconNew.png") no-repeat 0 0; 
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	color: #D20962;
	padding-left: 20px;
	height: auto;
	margin-top: 2px;
	width: 100%;
}
@media (min-width:992px){
	label.error {
	background: url("../error_iconNew.png") no-repeat 0 0; 
	display: inline-block;
	font-size: 14px;
	color: #D20962;
	padding-left: 20px;
	height: auto;
	margin-top: 2px;
	width: 60%;
	}
}
.ibsso-aet-purp {
	background-color: #7d3f98;
	color: #fff;
	/* width:366px;*/
	height: 30px;
	font-weight: bold;
	margin: 30px 0px 50px 0px;
	font-family: Open Sans !important;
	font-size: 16px;
}
.ibsso-aet-purp:hover {
	color:#fff;
	}
	.ibsso-aet-purp:focus{
	color:#fff;
}
button#ibsso-securityquestion-btn-continue:focus {
    border: none;
}
div#ibsso-content-mid_secQuestion {
    display: block;
}
.ibsso-registration-input input[type='password']{
	padding-left:8px;
	padding-bottom:0px;
	padding-top:0px;
	background-color: #ffffff;
    border-radius: 3px;
    height: 36px;
}
@media ( min-width : 992px){
.ibsso-registration-input input[type="password"]
	{
	width: 60%;
}
}
#ibsso-maiden-label-div{
	text-align:center;
}
@media ( max-width : 550px){
	.ibsso-registration-input input[type="password"]
	{
	width: 100%;
	margin-left:15px;
}#ibsso-sq-error{
	margin-left:15px;	
}
#ibsso-securityquestion-btn-continue{
	margin-left:15px;
}
}
/* DE207847	*/

/*US1342867*/
.eyeImagePW {
    width: 24px;
    height: 24px;
    position: relative;
    margin-top: -38px;
    margin-left: 87%;
}
.eyeImgMng60{
	width: 24px;
    height: 24px;
    position: relative;
    margin-top: -100px;
    margin-left: 87%;
}
@media (max-width: 287px){
	.eyeImgMng60 {
    	margin-top: -155px;
    }
}
@media (min-width:288px) and (max-width:400px){
	.eyeImgMng60 {
    	margin-top: -114px;
    }
}
@media (min-width:768px) and (max-width:991px){
	.eyeImgMng60 {
    	margin-top: -114px;
}
}
.eyeImgMng60Spanish{
	width: 24px;
    height: 24px;
    position: relative;
    margin-top: -100px;
    margin-left: 87%;
}
@media (max-width: 334px){
.eyeImgMng60Spanish{ 
    	margin-top: -154px;
}
}
@media (min-width:335px) and (max-width:503px){
	.eyeImgMng60Spanish {
    	margin-top: -114px;
    }
}
@media (min-width:800px) and (max-width:991px){
	.eyeImgMng60Spanish {
    	margin-top: -114px;
}
}
@media (min-width:650px) and (max-width:767px){
	.eyeImgMng60Spanish {
    	margin-top: -114px;
}
}
@media (min-width: 1024px){
    .eyeImagePW {
		margin-left: 90%;
    }.eyeImgMng60{
    	margin-left: 90%;
    }.eyeImgMng60Spanish{
    	margin-left: 90%;
    }
}
@media (max-width: 319px){
    .eyeImagePW {
		margin-left: 82%;
    }.eyeImgMng60{
    	margin-left: 82%;
    }.eyeImgMng60Spanish{
    	margin-left: 82%;
}
}
@media(min-width: 576px) and (orientation: landscape){
#mnoContentModal .modal-dialog {
    width: 600px !important;
}
}
@media only screen and (max-width: 768px) and (min-width: 320px) and (orientation:landscape)
{
	#mnoContentModal .modal-dialog {
		width: 600px !important;
	}
    
}
.dropDownArrow {
	background-image: url(/AccountManagerAppConfig/commonV3/includes/assets/images/ThinkAgent/dropdown_icon.png);
    	background-repeat: no-repeat;
    	background-size: 10px;
    	background-position: calc(100% - 8px) center;
    	appearance: none;
}
/*
.b-select-wrap-pa {
	 margin-top: 0px;
   	 margin-left: 0px;
    width: 168px;
 }
*/