/* Font Embeding */

@font-face {
    font-family: 'Lato-Bold';
    src: url('fonts/Lato-Bold.eot');
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Bold.woff2') format('woff2'),
    url('fonts/Lato-Bold.woff') format('woff'),
    url('fonts/Lato-Bold.ttf') format('truetype');    
}
@font-face {
    font-family: 'Lato-BoldItalic';
    src: url('fonts/Lato-BoldItalic.eot');
    src: url('fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-BoldItalic.woff2') format('woff2'),
    url('fonts/Lato-BoldItalic.woff') format('woff'),
    url('fonts/Lato-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Italic';
    src: url('fonts/Lato-Italic.eot');
    src: url('fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Italic.woff2') format('woff2'),
    url('fonts/Lato-Italic.woff') format('woff'),
    url('fonts/Lato-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato-Light';
    src: url('fonts/Lato-Light.eot');
    src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Light.woff2') format('woff2'),
    url('fonts/Lato-Light.woff') format('woff'),
    url('fonts/Lato-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato-LightItalic';
    src: url('fonts/Lato-LightItalic.eot');
    src: url('fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-LightItalic.woff2') format('woff2'),
    url('fonts/Lato-LightItalic.woff') format('woff'),
    url('fonts/Lato-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Regular.woff2') format('woff2'),
    url('fonts/Lato-Regular.woff') format('woff'),
    url('fonts/Lato-Regular.ttf') format('truetype');
}

/* Font enbeding end here */
/* Global Style */
* {
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

a {
    cursor: pointer;
    color: #246bbd;
    text-decoration: underline;
}

html,
body {
    background: #fff;
    width: 100%;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 14px;
    line-height: 16px;
    overflow-x: hidden;
    margin: 0;
    position: relative;
    min-height: 100%;
    /* to fill screen 100% even with less content */
    height: 100%;
}

ul,
ul li,
ol {
    list-style: none;
}
.row{
	margin-right: 10px;
	margin-left: 10px;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.positionRelative {
    position: relative !important;
}
.positionAbsolute {
    position: absolute !important;
}
.displayBlock {
    display: block !important;
}
.displayNone {
    display: none !important;
}
.displayInlineBlock {
    display: inline-block!important;
}
input:focus,
textarea:focus,
select:focus {
    outline: none!important
}
.visibilityHidden {
    visibility: hidden;
}
.width100pc {
    width: 100% !important;
}
.width100px {
    width: 100px;
}
.width80px {
    width: 80px;
}
.floatLeft {
    float: left !important;
}
.floatRight {
    float: right !important;
}
.margin0px {
    margin: 0 !important;
}
.marginT50 {
    margin-top: 50px;
}
.mrgn_tp_3pr{
	margin-top: 3%;
}
.padding0px {
    padding: 0 !important;
}
.paddingLeft0px {
    padding-left: 0 !important;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.heading {
	font-family: 'Lato-Bold', sans-serif !important;
	font-size: 16px !important; 
	color: #56636e !important;
	margin-top: 10px;
}
input::placeholder {
  color: #4F4F4F !important;
}

.bold {
    font-family: 'Lato-Bold', sans-serif;
}
.light {
    font-family: 'Lato-Light', sans-serif;
}
/* Global style end here */
header {
    background-image: var(--bgimg-ca-hi);
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 85px;
}
.logo {
   // background-image: url('../../img/21c-logo-white.svg'); 
    float: left; 
    height: 56px; 
    margin: 12px 0 0 0px; 
    width: 144px;
    background-position: top left;
    background-repeat: no-repeat;
}
.logoHI {
  //  background-image: url('../../img/b-farmers-logo.png');
    float: left; 
    height: 66px; 
    margin: 12px 12px 0 0px; 
    width: 267px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 10px;
}
.logoCA {
    background-image: url('../../img/logo.png');
    float: left; 
    height: 56px; 
    margin: 12px 12px 0 0px; 
    width: 200px;
    background-position: top left;
    background-repeat: no-repeat;
    height: 58px;
    width: 128px;
    margin-top: 10px;
}
/* Footer Style */
footer {
    background: #fafafa;
    background-position: top left;
    background-repeat: repeat-x;
    margin-top: 0px;
    min-height: 100px;
}
footer .row {
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.expressFooter {
    background: transparent;
    background-color: #fafafa;
}
.expressFooter #footerRow {
    font-size: 14px;
    color: #000;
}
.footer-container{
    width:70%;
    margin:auto;
}
.innerFooter {
    height:200px;
}
.footer_width {
    width: 105%;
}
.flex-center-va {
   /*  display: flex; */
    align-items: center;
    flex-shrink: 0;
}
#eRegfooter{
	padding-bottom: 30px;
}
#footerUlDiv .padding0px {
    padding-bottom: 9px !important;
}
#footerUlDiv ul li {
    width: auto !important;
}
.footerText{
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: 0.5px;
	color: #2d2d2d;
}
.footerFirstLi {
    width: 8%;
    float: left;
}
.footerThirdLi {
    width: 20%;
    float: left;
}
.footerFourthLi {
    width: 11%;
    float: left;
}
.footerFifthLi {
    width: 23%;
    float: left;
}
.footerPipe {
    padding-left: 8px;
    padding-right: 8px;
}
#footerRow {
    margin: 0 !important;
}
.margin_top11 {
    margin-top: 25px;
}
.footerDivPartOne {
    float: left;
}
.footerLogoWidth {
    padding: 0px 30px 0px 0px;
}
/* Footer style end here */
/* Footer Style */
footer {
    background:#ffffff;
    background-position: top left;
    background-repeat: repeat-x;
    /* margin-top: 50px; */
    min-height: 100px;
}
.footerNav {
    margin-top: 40px;
    margin-bottom: 70px;
    float: left;
}
.footerHeadingcolor{
    color:#1e1e1e;
}
.contactNav {
    width: auto;
    border-right: 1px solid #a5aeb5 !important;
    float: left;
}
.contactNav h6 {
    color: #ab211d;
    font-size: 20px;
    font-family: 'Lato-Bold', sans-serif;
    text-align: center;
}
.contactNav li a {
    width: 200px;
    height: 35px;
    float: left;
    color: #000;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 16px;
    padding-left: 70px;
    padding-top: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-decoration: none;
}
#myChatLink a{
    padding-left:0;
}
#myChatLinkInfo{
    padding-left:70px !important;
}
.rn_ConditionalChatLink #myChatLinkInfo.rn_ChatAvailable{
    /* background: url(../../../../payment/pages/css/img/chat.png) no-repeat left !important; */
}
.rn_ConditionalChatLink #myChatLinkInfo.rn_ChatAvailable span{
    text-decoration:none;
}
.contactNav li {
    width:90%;
    background: url(../../img/arrow_right.png) no-repeat right center;
    display: block;
    float: left;
    border-bottom: 1px solid #a5aeb5;
}
.contactNav li a.email {
    /* background: url('../../../../payment/pages/css/img/email.png') no-repeat left; */
}
.contactNav li a.phone {
    /* background: url('../../../../payment/pages/css/img/phone.png') no-repeat left; */
}
.contactNav li a.address {
    /* background: url('../../../../payment/pages/css/img/post.png') no-repeat left; */
}
.contactNav li a.chat {
   /*  background: url('../../../../payment/pages/css/img/chat.png') no-repeat left; */
}
.contactNav li.borderNone {
    border: none;
    background-position-y:30px;
}
.footerLink {
    float: left;
    display: inline-block;
    /* margin-left: 70px; */
    width: 100%;
}
.footerLink ul {
    float: left;
    display: inline-block;
    margin-right: 20px;
    padding: 0px;
    margin-top: 15px;
}
.footerLink ul a {
    color: #000;
    text-decoration: underline;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 12px;
}
.footerLink ul h4 {
    font-family: 'Lato-Bold', sans-serif;
    font-size: 14px;
}
.footerLink p {
    color: #585858;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 12px;
}
.sideimage {
	position: relative !important;
	right: 55% !important;
	
}
.contactNav li a.email {
	position: relative !important;
	right: 3% !important;
	
}
.contactNav li a.phone {
	position: relative !important;
	right: 1% !important;
	
}
.contactNav li a.address {
	position: relative !important;
	right: 3% !important;
	
}
.contactNav li a.chat {
	position: relative !important;
	right: 3% !important;
	
} 
 #myChatLinkInfo.span {
 	margin-left: 7px !important;
 }
.chatlink {
	position: absolute !important;
	left: 35px;
}
/* Footer style end here */

/* Table Style */
table.pssTable {
    border: 1px solid #e6e8ea;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 16px;
}
table thead {
    background: #e6e8ea;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 14px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background: none;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background: #fafafa;
}
table.pssTable tfoot tr {
    border-top: 3px solid #e6e8ea;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 12px;
}
table.pssTable a {
    color: #246bbd;
}
/* Table style ends here */
/* accordien start */
#accordion .panel-default > .panel-heading {
    background: none;
}
#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
#accordion.panel-group .panel {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: none;
    padding-bottom: 12px;
    padding-left: 12px;
}
#accordion h4 a {
    color: #246bbd;
    padding-left: 34px;
    padding-top: 2px;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 16px;
    background: url(../../img/accordion_collapse.svg) no-repeat;
    /* padding-bottom: 50px; */
    height: 23px;
    display: block;
}
#accordion h4 a.collapsed {
    color: #56636e !important;
    background: url(../../img/accordion_expand.svg) no-repeat;
}
/* accordien End here */
/* Tabs style */
.nav-tabs {
    border: none !important;
    margin-bottom: 30px;
}
.nav-tabs > li > a:hover {
    background: none !important;
    border: none !important;
}
.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
    border-bottom: 3px solid #e6e8ea !important;
    text-align: center !important;
    color: #56636e !important;
    text-decoration: none !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-bottom: 3px solid #246bbd !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    text-align: center !important;
}
/* Tabs style ends here */ 
.paymentContainer {
    padding: 35px;
    margin-bottom: 35px;
    margin-top: 25px;
    -moz-box-shadow: rgba(73, 73, 73, 0.4) 0 0 9px, rgba(120, 120, 120, 0.2) 0 0 0px 0px inset;
    -webkit-box-shadow: rgba(73, 73, 73, 0.4) 0 0 9px, rgba(120, 120, 120, 0.2) 0 0 0px 0px inset;
    box-shadow: rgba(73, 73, 73, 0.4) 0 0 9px, rgba(120, 120, 120, 0.2) 0 0 0px 0px inset;
}
.formBlock {
    display: block;
    float: left;
}
.tinyFont {
    margin-top: 15px;
    font-size: 11px;
    color: #848484;
}
.fontRed {
    color: #cc291d;
    font-family: Lato-Light;
}
.WUinfo {
    float: left;
    display: block;
    background: url(../../img/WUlogo.png) top left no-repeat;
    padding: 12px 0px 30px 100px;
}
.creditCardInfo {
    display: block;
    background: url(../../img/creditcard.png) top right no-repeat;
    width: 400px;
    padding-right: 180px;
    padding-top: 4px;
}
/* Media query for mobile screen */
@media only screen and (max-width: 480px) {
    .horizontal_line{
        width: 70%;
        padding-top: 7%;
    }
    .vehicleDetails{
        width:60%;
        margin:auto;
    }
    #eRegfooter{
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .noRightPadding {
	    padding-right: 0;
	    padding-left: 15px;
	}
	.form_main_div {
	    padding: 18px !important;
	}
	.form-second-div {
	    text-align: center;
	}
	.cancel_link.uid-cancel {
	    float: none !important;
	    width: 75%;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.submit-uid-btn {
	    float: none !important;
	    width: 75% !important;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    padding-right: 15px !important;
    	text-align: center !important;
	}
}
/* Media query end here */

/*Imran Css Start*/
/*For larg-desktop*/
@media (min-width: 1200px){
    .col-lg-offset_29 {
        margin-left: 29.166666665%;
    }
}
/*For desktop*/
@media (min-width: 992px){
    .col-md-offset_29 {
        margin-left: 29.166666665%;
    }
    .horizontal_line{
        width: 85%;
    }
}

/*ipod portrait start*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    .horizontal_line{
        width: 83%;
    }
    /*.col-sm-offset_20{
        margin-left: 20.833333335%;
    } */
    .before_arrow_line{
        right: 35px !important;
    }
    .nice-select:after {
        right: 16px !important;
    }

}
/*ipod portrait end*/
/*ipod landscape start*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .horizontal_line{
        width: 83%;
    }
    .col-sm-offset_20{
        margin-left: 29.166666665%;
    }
    .no_padding_ipad_portrait{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .col-sm-offset_12-5{
        margin-left: 12.5%;
    }
}
/*ipod landscape end*/
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  .col-sm-offset_20{
        margin-left: 20.833333335%;
    }
}
.margin_bottom {
    margin-bottom: 10px;
}
/* start primary action buttons */
.btn_primary_default {
    color: #ffffff;
    opacity: 1;
    background-color: #246bbd;
    border-color: #246bbd;
}
.btn_primary_default:hover {
    color: #ffffff;
    /*opacity:0.7;*/
    background-color: #5a8fcd;
    border-color: #5a8fcd;
}
.btn_primary_pressed {
    color: #ffffff;
    opacity: 1;
    background-color: #1a508d;
    border-color: #1a508d;
}
.btn_primary_pressed:hover {
    color: #ffffff;
}
.btn_primary_disabled {
    color: #9b9b9b;
    opacity: 1;
    background-color: #e6e8ea;
    border-color: #e6e8ea;
}
.btn_primary_disabled:hover {
    color: #9b9b9b;
}
/* end primary action buttons */
/* start pay buttons */
.btn_pay_default {
    padding: 10px 12px;
    color: #ffffff;
    opacity: 1;
    background-color: #cc291d;
    border:2px solid #cc291d;
    text-decoration: none;
    border-radius: 0;
}
.btn_pay_default:hover {
    color: #ffffff;
    /*opacity:0.7;*/
    background-color: #d85e55;
    border-color: #d85e55;
}
.btn_pay_default:active {
    color: #ffffff;
    opacity: 1;
    background-color: #981e15;
    border-color: #981e15;
}
.btn_pay_pressed {
    color: #ffffff;
    opacity: 1;
    background-color: #981e15;
    border-color: #981e15;
}
.btn_pay_pressed:hover {
    color: #ffffff;
}
.btn_pay_disabled {
    color: #9b9b9b;
    background-color: #e6e8ea;
    border-color: #e6e8ea;
}
.btn_pay_disabled:hover {
    color: #9b9b9b;
}
/* end pay buttons */
/* start secondary buttons */
.btn_secondary_default:active, .btn_secondary_default:focus {
    color: #ffffff;
    opacity: 1;
    background-color: #246bbd;
    border-color: #246bbd;
}
.btn_secondary_default {
    color: #246bbd;
    background-color: #ffffff;
    border: 2px solid #246bbd;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 0;
}
.btn_secondary_default:hover {
    text-decoration: none;
    border: 2px solid #246bbd;
    color: #246bbd;
    background-color: #ffffff;
}
.btn_secondary_default.disabled, .btn_secondary_default:hover.disabled {
    color: #fff;
    /* border: 2px solid #757575; */
    text-decoration: none;
    background-color: #3c79bd  !important;
    cursor: default;
    font-family: var(--buttonfontfamily);
}
/* end secondary buttons */
.input_text:focus {
    border: 2px solid #246bbd !important;
}
.input_text:active {
    border: 2px solid #246bbd !important;
}
.error_message,.error-div,.generic-error{
    color: #cc291d;
}
.generic-error-auth{
    text-align: center;
}
.hide-element {
    display: none;
}
.input_text_error,.field-highlight {
    border: 2px solid #cc291d !important;
}
.input_text_error:focus {
    border: 1px solid #cc291d;
}

/*Drop Down CSS Start*/
.before_arrow_line{
    /* position: absolute;
    right: 26%;
    border-left: 2px solid #eff0f2;
    height: 44px;
    margin-top: 2px; */
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e0e7ee;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    outline: none;
    padding-left: 10px;
    padding-top: 12px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    height: 48px;
}
.nice-select:hover {
    border-color: #1a508d;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #1a508d;
}
.nice-select:after {
    border-bottom: 2px solid #004e7c;
    border-right: 2px solid #004e7c;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 13%;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    width: 100%;
    opacity: 1;
    display:block;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cdd5de;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 1px;
    opacity: 0;
    display: none;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    border: 2px solid #246bbd !important;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #90a1b5;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
/*Drop down CSS END*/

/*Make a Payment start*/
.middle_heading_main_div{
    background: #eff0f2;
    margin-top: -1px;
}
.middle_heading_main_div .container{
   /* padding-top: 10px;
    padding-bottom: 10px; */
}
.light_black_color{
    color: #4F4F4F;
}
.form_main_heading_div{
    margin-bottom: 40px;
}
.tab_div{
    padding-bottom: 10px;
}
.h6_margin_left{
    margin-left: 3%;
}
.tab_one_button{
    background: #cc291d;
    border-radius: 50%;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 9px 5px 9px;
    text-align: right;
}
.tab_two_button{
    background: #a5aeb5;
    border-radius: 50%;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 9px 5px 9px;
    text-align: right;
}
.horizontal_line{
    border-bottom: 2px solid #eff0f2;
    text-align: center;
    margin: auto;
    padding-top: 5%;
    position: absolute;
}

.generic_alert_speedpay {
    width: 100% !important;
    margin-left: 0px !important;
}

/*Make a Payment end*/

/*ID Card 3.2*/
.heading_medium_lable{
    font-size:24px;
    color: #929292;
}
.heading_medium_div{
    margin-top: 50px;
    margin-bottom: 30px;

}
.dollor_img {
    background: url('../../img/chat.png') no-repeat left;
    padding-left: 40px;
}

.links_service{
    color: #929292;
    text-decoration: none;
}
.select_policy_lable{
    font-weight: bold;
    margin-left: 25px;
}
.select_policy_radio{
    margin-left: 30px;
}
.down_p_tag{
    text-align: center;
    font-size: 14px;
    font-family: var(--subfontfamily);
    color:#2d2d2d;
    margin-bottom: 40px;
}
.time_out_btn_din{
    padding-top: 40px;
    padding-bottom: 80px;
}
.technical_btn_din{
    padding-top: 20px;
    padding-bottom: 40px;
}     
.genericTechnicalErrorMainDiv{      
    min-height:450px;    
    background-color: var(--cahibgclr);   
}
.down_p_tag a{
    color: #246bbd;
    font-size: 16px;
    font-family: Lato-Bold;
}
.form_main_div {
    -moz-box-shadow: rgba(73, 73, 73, 0.4) 0 0 9px, rgba(120, 120, 120, 0.2) 0 0 0px 0px inset;
    -webkit-box-shadow: rgba(73, 73, 73, 0.4) 0 0 9px, rgba(120, 120, 120, 0.2) 0 0 0px 0px inset;
    box-shadow: rgba(73, 73, 73, 0.4) 0 0 9px, rgba(120, 120, 120, 0.2) 0 0 0px 0px inset;
    padding: 40px;
    background-color: #fff;
}
.input_dl {
    width: 66.66667%;
    float: left;
}

/*Common Css start*/
.no_padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.text_align_right{
    text-align: right;
}
.text_align_left{
    text-align: left !important;
}
.text_align_center{
    text-align: center !important;
}
.margin_bottom_10{
    margin-bottom: 10px;
}
.margin_bottom_15{
    margin-bottom:15px;
}
.margin_bottom_25{
    margin-bottom: 25px !important;
}
.margin_top_30{
    margin-top: 30px !important;
}
.padding_top_10{
    padding-top: 10px !important;
}
.padding_left_20{
    padding-left:20px;
}
.padding_top_20{
    padding-top:20px;
}
.padding_bottom_30{
    padding-bottom:30px;
}
.padding_20{
    padding: 20px;
}
.padding_30{
    padding: 30px;
}
.padding_top_50{
    padding: var(--paddng50110);
}
.border_bottom_img{
    background-image: url(../../img/border_bottom_shadow.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
    padding-bottom: 50px !important;
}
.cancel_link{
    color: #4F4F4F;
    font-size: 12px;
}
.no-line-ht{
	line-height: var(--lineheighttext);
	margin-top: 10%;
    margin-bottom: 5%;
}
.big_heading{
    color: var(--h1fontcolor);
    text-align: center;
    font-size: 36px;
    font-family: var(--smllhdngcahifntfmly);
    margin-top: 5%;
    font-weight: normal;
    margin-bottom: 3%;    
}
a.cursor-default {
    cursor: default;
}
.splash_header_text{
    font-family: lato-regular;
    color:#2d2d2d;
    font-size:24px;    
}

.small_heading{
    color: var(--smllhdngcahiclr);
    text-align: center;
    font-size: var(--smllhdngcahifntsz);
    font-family: var(--smllhdngcahifntfmly);
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: var(--smllhdngcahifntwt);
}
.normal_p_heading{
    font-family: Lato-Bold;
    font-size: 18px;
    margin: 20px 0;
    color: #56636E;
}
.padding_right_0{
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}
.padding_left_10{
    padding-left: 10px !important;
}
.inside_input_lable{
    padding-left: 2px;
    padding-top: 2px;
    color: #2d2d2d;
    font-size: 11px;
    overflow: auto;
    clear: both;
    font-family:Lato-Regular;
}
.us_policy_link_div{
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0px;
    text-align: left;
	font-family: Source Sans Pro;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
}
#policy_number_div{
    display: none;
}
.us_policy_link_div a{
	//color: #0172d0;
}
.date_of_birth_lable{
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 15px;
}
/* .btn_first{
    margin-right: 74px;
}
.btn_second{
    margin-right: 74px;
} */
.extra_btn_effects{
    padding: 15px 55px;
}
.btn_first_pplss{
	padding: 10px 8px; 
}
.padding_20_40{
    padding-top: 20px;
    padding-bottom: 40px;
}
/*Common Css end*/
/*Imran Css End*/

/* Arshin's Code */
/* Header CSS */
.logo{
    float:left;
    margin-left: 6%;
    margin-right: 12%;
}

.navbar{
    float:right;
    margin-bottom:0;
    margin-top:18px;
}
.navbar-nav li a{
    text-decoration:none; 
    color: #56636E;
    font-family: Lato-Regular;
    font-size: 0.875em;
}
.navbar-nav li.active{
    border-bottom: 4px solid #246BBD;
}
.accountBgImage{
    background-image: url(../../img/account_icon.svg);
    background-repeat: no-repeat;
    height: 40px;
    float: right;
    width: 40px;
    background-position-y: 5px;
    background-position-x: 15px;
    float:left;
}
.caret{
    position: absolute;
    top:25px;
    right: 0px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
}
.topRightDropDownMenu{
    min-height: 150px;
    top: 85%;
    min-width:185px;
}
.topRightDropDownMenu li {
    height: 50px;
    border-bottom: 1px solid #dedede;
    display:flex;
    align-items: center;
    border-left: 4px solid #fff;
}
.topRightDropDownMenu li:nth-last-child(1){
    border-bottom: none;
    padding: 3px 20px;
}
.navbar-nav li:nth-last-child(1) > a{
    font-family: Lato-Bold;
    padding: 0;
    display: flex;
    align-items: center;
}
.topRightDropDownMenu li a{
    font-family: Lato-Regular !important;
}
.topRightDropDownMenu li:hover{
    border-left: 4px solid #246BBD !important;
}
.navbar-header{
    display: none;
}
#rightheaderDiv{
    display:none;
}
.lastLiInnerDiv{
    height: 30px;
    border-left: 2px solid #246BBD;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    padding-left: 15px;
    align-items: center;
}
.caretImageUpArrow{
    background-image: url(../../img/arrow_up.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 10px;
    float: left;
}
.caretImageUpArrow.caretImageDownArrow{
    background-image: url(../../img/arrow_down.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 10px;
    float: left;
}
.m_yer_btn{
	overflow: auto;
	position: absolute;
}
.coverDiv{
    width: 65px;
}
/* Media query for mobile screen for Header*/

@media only screen and (max-width: 480px) {
    .logo{
        /* display: none; */
    }
    .navbar-nav li.active{
        border-bottom: none;
    }
    .navbar-toggle .icon-bar{
        background-color: #CC291D;
        width: 30px;
    }
    .navbar-header{
        display:block;
    }
    .navbar{
        width: 100%;
        margin-top: 0;
    }
    .navbar-toggle{
        float:left;
        z-index: 9999;
        margin-top: 5px;
    }
    .headerTextMobile{
        float: left;
        width: 60%;
        line-height: 50px;
        text-align: center;
    }
    .accountBgImageForMobile{
        background-image: url(../../img/account_icon.svg);
        background-repeat: no-repeat;
        height: 40px;
        float: right;
        width: 40px;
        background-position-y : 10px; 
        position: relative;
        z-index: 99999;
    }
    .container-fluid{
        padding-left: 0;
        padding-right:0;
    }
    .navbar-nav li:nth-last-child(1){
        display: none;
    }
    .navbar-nav li{
        min-height: 50px;
        border-bottom: 1px solid #dedede !important;
        text-align: center;
    }
    .navbar-collapse{
        position: absolute;
        width: 100%;
        top: 0;
        background-color: #fff;
    }
    .container{
        padding-left: 0;
        padding-right: 0;
    }
    .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    .container-fluid>.navbar-collapse{
        margin-left: 0;
        margin-right: 0;
    }
    .container-fluid>.navbar-header{
        margin-left: 0;
        margin-right: 0;
    }
    .rightDivNameLabel{
        font-size: 2.250em;
        font-family: Lato-Light;
    }
    #rightheaderDiv{
        position: absolute;
        width: 100%;
        top: 15px;
        text-align: center; 
        background-color: #fff;
        display: none;
    }
    .rightMenuList{
        padding:0;
    }
    .rightMenuList li{
        min-height: 50px;
        border-bottom: 1px solid #dedede;
        line-height: 50px;
    }
    .rightMenuList li a{
        text-decoration: none;
        color: #56636E;
        font-family: Lato-Regular;
    }
    .policyNumber{
        border-bottom: 1px solid #dedede;
        padding-bottom: 25px;
        font-family: Lato-Bold;
        font-size: 0.875em;
    }
    .loginNameDiv{
        padding-bottom: 10px;
        padding-top:10px;
    }
    header{
        height: 85px;
    }
    .navbar-toggle .icon-bar+.icon-bar{
        margin-top: 6px;
    }
}

/* Media query for header end here */

/* Header CSS end Here */


/* Login Page CSS */
.loginRequired{
    display:inline-block;
    padding:20px;
}
.container-fluid{
    padding:0;
    width: 100%;
}      
.error-div{     
    display: none;      
    color: #cc291d;     
    font-size: 0.90em;  
    margin-bottom: 5px;
    padding-left: 0px;
}       
.generic-login-error{       
    display: none;      
    /* color: #F00 !important; */     
   /* background-image: url(../../css/images/warning_27x22.png);*/      
    background-repeat: no-repeat;      
    padding: 2px 2px 5px 50px;      
    text-align: center;     
    background-position-x:10px;     
}       
.crossImage{        
    background-image: url(../../img/close.png);     
    background-repeat: no-repeat;       
    background-position-x: 280px;       
    background-position-y: 15px;        
    background-size: 10px;      
}
.enterPasswordAndLogin{
    font-family: Lato-Regular;
    font-size: 14px;
    font-color:#2d2d2d;
}
.crossImageInner{       
    background-image: url(../../img/close.png);     
    background-repeat: no-repeat;       
    background-position-x: 240px;       
    background-position-y: 15px;        
    background-size: 10px;      
}
.page-content-area {
    margin: 50px 0 0 0;
}
.page-content-area .nav-bar {
    height: auto;
    position: relative;
    width: 820px;
    margin: auto;
}
.page-content-area .nav-bar h1.generic-title{
	font-family: var(--h1fontfamily);
	font-size: 48px;
	font-weight: var(--h1fontweight);
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	color: var(--h1fontcolor);
}
.login-fieldgroup{
    border: none;
    margin: 5px 0;
    padding: 10px 10px 0px 5px;
}
.login-fieldgroup:first-child{
	padding-top: 28px;
}
.m_yer_btn{
	background: #fff;
	color: #000;
	margin-top: 20px;
}
.remember-pwd{
    border:none;
    padding-top:5px;
    width: 324px;
    margin: 0 auto;
    padding-left: 0;
}
.login-fieldgroup ul{
    padding-left: 0;
    margin-bottom:0;
}
.rememberMeText{
	height: 20px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: 0.5px;
	color: #4c4c4c;
}
.rememberMeText_first{
    padding-bottom: 5px !important;
}
.control__indicator__login{
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
	height: 24px;
	border: solid 2px var(--radiodefaultcolor);
}
.control:hover input ~ .control__indicator__login,
.control input:focus ~ .control__indicator__login {
    /* background: #fff;
    border: 3px solid #979797; */
}
.control--checkbox input:checked ~ .control__indicator__login {
    border: 1px solid #979797;
}
.control--checkbox .control__indicator__login:after {
    left: 7px;
    top: 2px;
    width: 9px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
fieldset{
    padding: 0;
}
.login-btn-holder{
    padding: 11px 5px 35px 5px;
}
.login-btn-holder p {
    font-size: 9pt;
    margin: 12px 0 0px 0px;
    color: #2d2d2d;
}
.exp-svc-holder {
    padding-top: 0px;
    width: 600px;
    margin: auto;
    text-align: center;
    margin-top:20px;
}
.exp-svc-holder-header a {
    color: #2d2d2d;
    font-size: 36px;
    font-family: Lato-Light;
    font-weight: lighter;
    text-decoration: none;
}
.exp-svc-holder-header span{        
    font-size: 14px;        
}
.paymentRow{
    width: 60%;
    margin: auto;
    margin-top: 35px;
}
.paymentRowCol{
    text-align: center;
}
.getIDCardBackgroundImage {
    background-image: url(../../img/dollar.png); 
    background-repeat: no-repeat;
    min-height: 30px;
    background-position-x: 50%;
}
.makePaymentBackgroundImage {
    background-image: url(../../img/card.png);
    background-repeat: no-repeat;
    min-height: 30px;
    background-position-x: 50%;
}
.signUpforPaperlessBackgroundImage {
    background-image: url(../../img/paperless.png); 
    background-repeat: no-repeat;
    min-height: 30px;
    background-position-x: 50%;
}
.exp-svc-holder-lnk{
    text-align: left;
}
.exp-svc-holder-lnk a {
    color: #2d2d2d;
    text-decoration: none;
}
.borderBelowDiv{
    min-height: 3px;
    background-color: #ccc;
    width: 100%;
    margin: auto;
    display: flex;
}
.registration-container .reg-box .text-content {
    width: 350px;
    margin: auto;
    margin-left: 0;
    text-align: left;
}
.registration-container .reg-box h3, .registration-container .reg-box h1 {
    padding-bottom:20px;
	font-family: var(--subfontfamily);
	font-size: 36px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: var(--h3color);
	float: left;
	margin-bottom: 8px;
    padding-bottom: 0;
    margin-top: 50px;
}
.registration-container .reg-box p {
	font-family: var(--pfontfamily);
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: 0.5px;
	color: #434343;
	clear: both;
	margin-bottom: 8px;
    line-height: 40px;
}
.registration-container .bullet-list {
    margin: 10px;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(18, 53, 94, 0.3);
    margin-left: 0;
    margin-bottom: 57px;
}
.registration-container .bullet-list h4 {
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    background-color: #E6E8EA;
    font-size: 16px;
    font-family: Lato-bold;
}
.registration-container .bullet-list ul {
    margin-bottom: 0;
    padding-left:0;
}
.registration-container .bullet-list ul li {
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
    list-style: none;
    background-image: var(--rightimage);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 60px;
    padding-right: 5%;
    height: 80px;
    background-position-x: 20px;
    background-position-y: 33px;
    display:flex;
    align-items:center;
    box-shadow: 0 1px 0 0 #e8e8e8;
    font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #56636e;
}
.watchVideoDiv {
    text-align: center;
    padding: 15px;
}
.command-link-button{
    padding: 0 0 20px;
}
.command-link-button a{     
    text-decoration: none;
    width: 236px;
    border-radius: 0;
}       
.command-link-button > a:hover{     
    color: #246bbd;     
    border: 2px solid #1a508d;      
}
.command-link-button span{
	font-family: var(--buttonfontfamily);
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #246bbd;
	text-transform: var(--texttransform);
}
.showMobile{
    display: none;
}
.showDesktop{
    display: block;
}
.showDesktopIn{
	display: inline-block;
}
.nopadding{
    padding:0;   
}
.registration-container .bullet-list ul li:nth-child(even) {
    background: #FAFAFA;
    background-image: var(--rightimage);
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: 33px;
    background-size: 20px;
}
.registration-container .bullet-list ul li:nth-child(odd){
	background-color: #ffffff;
}
.registration-container .bullet-list ul li:last-child{
border:none;
}
.pol_info_text{
	font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.75px;
    color: #2d2d2d;
    margin-bottom: 16px;
    margin-top: 0px;	
}
/* Media query for login screen mobile screen */
@media only screen and (max-width: 480px) {
    .registration-container{
        width:100%;
    }
    .exp-svc-holder {
        width: 100%;
    }
    .page-content-area{
        margin: 20px 0 0 0;
    }
    .paymentRow{
        width:100%;
        overflow:hidden;
    }
    .page-content-area .nav-bar {
        width: 76%;
    }
    .getIDCardBackgroundImage{
        background-position-x: 50%; 
        padding-bottom: 30px;
    }
    .makePaymentBackgroundImage{
        background-position-x: 50%; 
        padding-bottom: 30px;
    }
    .signUpforPaperlessBackgroundImage{
        background-position-x: 50%;
        padding-bottom: 30px;
    }
    .showMobile{
        display: block;
    }
    .toggle_h3{
    	font-size: 22px !important;
    	line-height: 24px;
    	margin-left: 10px;
    	margin-top: 5px !important;
    }
    .toggle_h3 span{
    	font-size: 12px;
	    top: -8px;
	    position: relative;
    }
    .reward-right-toggle{
    	background: #EFF6F7;
    }
    .showDesktop{
        display: none;
    }
    .showDesktopIn{
    	display: none;
    }
    .textIndent{
        text-indent: 20px;
    }
    .exp-svc-holder-lnk{
        text-align: center;
    }
    .nortonLogo{
        background-image: url(../../img/nortonlogo.png);
        background-repeat: no-repeat;
        min-height: 80px;
    }
    .innerFooter{
        padding: 20px 0;
    }
    .footerlist{
        padding-bottom: 20px;
    }
    .footerlist ul{
        padding-left: 0;
    }
    .footerlist ul li{
        padding: 5px 0;;
    }
    .footerlist ul li span a{
        text-decoration: underline;
        font-family: Lato-Regular;
        font-size: 14px;
        color:#2d2d2d;
    }
    .noRightPadding{
        padding-right:0;
        padding-left:15px;
    }
    .footerText{
        font-family: Lato-Regular;
        font-size: 12px;
        color:#2d2d2d;
    }
    #verisign{
        margin-left:10px;
    }
    .footerDivPartOne{
        padding-bottom: 50px;
        margin-left: 15px;
    margin-top: 20px;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 30px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .navbar-toggle {
        float: left;
        margin-top: 10px;
        padding-top: 5px;
    }
    .accountBgImage {
        background-image: url(../../img/account_icon.svg);
        background-repeat: no-repeat;
        height: 40px;
        float: right;
        width: 40px;
        background-position-y: center;
    }
    .headerTextMobile {
        width: 60%;
        float: left;
        text-align: center;
        line-height: 50px;
        font-family: Lato-Light;
    }
    .headerTextMobile span {
	    font-size: 26px;
	    font-family: 'Lato', sans-serif;
	    color: #fff;
	}
    header{
        height: 80px;
    }
}
@media only screen and (max-width: 321px){
    .padding0Iphone5{
        padding:0;
    }
    .registration-container .reg-box .text-content{
        width:290px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
    .page-content-area .nav-bar {
        width: 90%;
        text-align: center;
    }
    .page-content-area .nav-bar h1.generic-title {
        font-size: 2.250em;
        padding-left: 0;
        padding-top: 0;
        text-indent: 20px;
    }
    .registration-container{
        width:90%;
    }
    .paymentRow{
        width:60%;
    }
    .exp-svc-holder-lnk {
        text-align: center;
        width: 80%;
    }
   
    .showMobile{
        display: block !important;
    }
    .showDesktop, .showDesktopIn{
        display: none;
    }
    .footerlist ul li span a {
        text-decoration: none;
        font-family: Lato-Regular;
        font-size: 14px;
        color: #2d2d2d;
    }
    .footerlist ul li {
        padding: 5px 0;
    }
    .footerlist ul {
        padding-left: 0;
    }
    .nortonLogo {
        background-image: url(../../img/nortonlogo.png);
        background-repeat: no-repeat;
        min-height: 80px;
        
    }
    #verisign{
        margin-left:10px;
    }
    .footerDivPartOne {
        padding-bottom: 20px;
        margin-left: 15px;
        margin-top: 20px;
    }
    .footerText {
        font-family: Lato-Regular;
        font-size: 12px;
        color: #2d2d2d;
    }
    .innerFooter {
        padding: 20px 0;
    }
    .container-fluid>.navbar-header {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-toggle {
        float: left;
        margin-top: 10px;
        padding-top: 5px;
        z-index:9999;
    }
    .headerTextMobile {
        width: 70%;
        float: left;
        text-align: center;
        line-height: 50px;
        font-family: Lato-Light;
    }
    .headerTextMobile span {
	    font-size: 26px;
	    font-family: 'Lato', sans-serif;
	    color: #fff;
	}
    .accountBgImage {
        background-image: url(../../img/account_icon.svg);
        background-repeat: no-repeat;
        height: 40px;
        float: right;
        width: 40px;
        background-position-y: center;
    }
    .navbar {
        width: 100%;
        margin-top: 0;
    }
    .navbar-header{
        display: block;
    }
    .navbar-toggle .icon-bar {
        background-color: #CC291D;
        width: 30px;
    }
    header {
        height: 80px;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 30px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px){
	.btn_second{
		margin: 30px 0;
	}
	.btn_first{
		margin-right: 0;
	}
}
@media only screen and (min-width: 1024px){
    .technicalDifficultiesReturnButton{
		margin-left: 10px;
	}
}
/* Media query for login screen end here */
/* Login Page CSS Ends Here */

/* Init Payment Success (2.5) */
/* Init Payment Success (2.5) */        
.nortonLogo{        
    background-image: url(../../img/nortonlogo.png);        
    background-repeat: no-repeat;       
    min-height: 80px;       
}
.innerFooter{
    padding: 20px 0;
}   
.footerlist{
    padding-bottom: 20px;
}
.footerlist ul{
    padding-left: 0;
}
.middle_heading_main_div {
    background: var(--cahibgclr);
    width: 66%;
    margin: 0 auto;
}
.middle_heading_main_div h1{
	font-family: var(--expsrvcfontfamily);
    font-size: 48px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: var(--h1fontcolor);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.containerContent{
    width: 50%;
    margin: auto;
}
.contentBody ul li{        
    background-image: url(../../img/check.svg);
    background-repeat: no-repeat;
    background-position-y: center;
}
.contentBody ul{
    padding-left: 0;
}
.contentBody ul li p{
    display: inline-block;
    margin: 2% 5%;
    padding: 5px;
    font-family: Lato-Bold;
    font-size: 1.125em;
}
.paymentSuccessHeading{
    margin-left: 5%;
    padding-left: 5px;
    font-family: Lato-Light;
    font-size: 3em;
    color: #56636E;            
}
.initPaymentSucessButtonDiv{
    display: flex;
    align-items: center;
}
.initPaymentSuccessButton{
    margin: auto;
}
.contentBody ul li p span{
    color: #CC291D;
}
.user_lable{
    margin-bottom: 10px;
}
/* Media query for mobile screen */
@media only screen and (max-width: 480px) {
   .containerContent{
        width: 80%;
    }
    .contentBody ul li p{
        padding: 5px 15px;
    }
    .paymentSuccessHeading{
        font-size: 2.250em;
    }
    .buttonWidth {
        width: 100%;
    }
    .padding20Mobile{
        padding: 20px !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
    .containerContent{
        width:80%;
    }
    .paymentSuccessHeading{
        font-size: 2.250em;
    }
    .buttonWidth{
        width:70%;
    }
    .padding20Mobile{
        padding: 20px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .containerContent{
        width:85%;
    }
    .buttonWidth{
        width:70%;
    }
}


/* Init Payment success end here*/

/* Get An ID Card 3.0 */
.getAnIDcardSecondaryText{
    margin-bottom: 40px;
}
.idCardPageHeading{
    font-family: Lato-Bold;
}
/* Get An Id Card 3.0 ends here*/

/* ESAuth Registration */
.esauthformHeading{
    margin-top: 40px;
}
.esauthMainHeading{
    font-family: Lato
}

    /* Validation Alert CSS */      
.validationAlertContainer{      
    margin: auto;
    width: 350px;
    min-height: 45px;
    background-color: #E6E8EA;
    align-items: center;
    color: #CC291D;
    background-image: url(../../img/warning_27x22.png);
    background-repeat: none;
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 60px;
    background-position-x: 20px;
    padding-left:0;
    padding-top:15px;  
    overflow: auto; 
    background-color: #fff;     
}
.validationAlertContainerLogin{      
    margin: auto;
    width: 300px;
    //height: 24px;
    min-height: 45px;
    background-color: #E6E8EA;
    align-items: center;
    color: #CC291D;
    background-image: url(../../img/warning_27x22.png);
    background-repeat: none;
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 60px;
    background-position-x: 20px;
    padding-left:0;
    padding-top:15px;  
    overflow: hidden;  
    margin-left: 15%;  
    background-color: #fff; 
}
.crossImage{
    background-image: url(../../img/close.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-position-x: right;
    background-position-y: 5px;
}

.validationAlertInnerContainer{     
    margin: auto;       
    width: 100%;        
    min-height: 45px;       
    background-color: #E6E8EA;      
    display: none;      
    align-items: center;        
}

/* 4.0 ESAuth_registrationInfo.html */
.esauth_registrationInfo_margin_top{
       margin-top:30px;
}
 
.esauth_registrationInfo_middleText{
       color: #56636e;
    font-size: 36px;
    font-family: Lato-Light;
    font-weight: lighter;
    text-decoration: none;
}
.esauth_registrationInfo_middleText_div{
       min-height: 65px;
}

/* 5.0 ESAuth_login_int */
.esauthLoginIntFirstHeading{
    font-family: Lato-bold;
    color: #56636e;
    font-size:16px;
}
.userIDValue{
    font-family: Lato-Regular;
    color: #2d2d2d;
    font-size:16px;
    word-wrap:break-word;
    padding-top: 1.5px;
    padding-left: 2px;
}
.newPasswordLabel{
    font-family: Lato-Regular;
    color: #2d2d2d;
    font-size:14px;
}
.passwordDisclaimers{
    margin: 0;
    text-align: left;
    font-family: Source Sans Pro;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #001d2a;
    margin-left: 5px;
  }
.esauthLoginintContent{
       font-family: Lato-bold;
    color: #56636e;
}
.rightalert {
    background: url(../../img/righttick.png) no-repeat left -1px;
    padding-left:  20px!important;
}
.wrongalert {
    background: url(../../img/tick.png) no-repeat left -14px;
    color: #cc291d !important;
    padding: 0px 0 1px 20px!important;
    margin-top: 5px;
}
#errors{
	margin: 5px;
}
.checked_field {
    background: url(../../img/tick.png) no-repeat left top;
    display: inline-block;
    height: 15px;
    margin: 2px 0 0 5px;
    width: 17px;
    position: absolute;
    top: 15px;
    right: -20px;
}
.position_relative{
    position: relative;
}

#policy_error{
    padding-bottom:15px;
}

#policy_error div.crossImage{
    background-position-y:center;
    margin-top:15px;
}

#policy_error_less{
    padding-bottom:15px;
}

#policy_error_less div.crossImage{
    background-position-y:center;
    margin-top:15px;
}

/* initializeRequestAnIdCard */

.initializeRequestAnIdCard_EmailDiv{
    border-bottom: 1px solid #979797;
}

#requestAnIdCardRow{
    margin:0 !important;
}

#requestAnIdCardRow .col-sm-4{
    padding-left: 10px;
    padding-right:0;
}
.selectYourPolicyTerm{
    padding-top:15px;
    padding-bottom:15px;
}
.currentPolicyTerm{
    padding-left:15px;
}
.iWouldLikeItSentTo{
    padding-top:15px;
    padding-bottom:15px;
}
.emailAddressLabel{
    padding-left:15px;
}
.saveForFuture{
    padding-left:15px;
    padding-bottom:15px;
}
.initializeRequestAnIdCard_postalDiv{
    padding-top:20px;
}
.postalMailLabel{
    padding-left:15px;
}
.contentOutsideBox{
    padding-left:30px;
}
.wuSpeedPay {
    background-image: url(../images/WUlogo.png);
    background-repeat: no-repeat;
    padding: 30px 10px 30px 120px;
    background-position-y: center;
    background-position-x:30px;
}
.initializeRequestAnIdCard_commonFont{
    font-family: Lato-Regular;
    font-size: 14px;
    color: #2d2d2d;
}
.initializeRequestAnIdCard_smallFont{
    font-family: Lato-Regular;
    font-size: 11px;
    color: #848484;
}
.footerPipe{
    padding-left:5px;
    padding-right:5px;
}
.footerPosition{
    position: fixed;
    bottom: 0;
    width:100%;
}


/* EService Footer Styles */
.footerFirstLi{
        width: 8%;
        float: left;
    }
    .footerSecondLi{
        width: 25%;
        float: left;
    }
    .footerThirdLi{
        width: 20%;
        float: left;
    }
    .footerFourthLi{
        width: 11%;
        float: left;
    }
    .footerFifthLi{
        width: 23%;
        float: left;
    } 
#footerRow{
    margin:0 !important;
}
#footerUlDiv ul li a{
    text-decoration: none;
    font-family: Lato-Regular;
    font-size: 14px;
    color: #2d2d2d;
}

/* media Queries for EService footer */
/* @media (min-width: 1200px){
    .footerFirstLi{
        width: 8%;
        float: left;
    }
    .footerSecondLi{
        width: 25%;
        float: left;
    }
    .footerThirdLi{
        width: 20%;
        float: left;
    }
    .footerFourthLi{
        width: 11%;
        float: left;
    }
    .footerFifthLi{
        width: 23%;
        float: left;
    }
} */

@media (max-width: 1200px){
    #footerUlDiv ul li a{
        font-size: 11px;
    }
    .footerText{
        font-size: 11px;
    }
    .footerText {
	    font-weight: 500;
	    font-family: Lato-Regular;
	    font-size: 12px;
	    color: #2d2d2d;
	}
}

@media (max-width: 991px){
    .footerFirstLi {
        width: 11%;
        float: left;
    }
    .footerSecondLi {
        width: 32%;
        float: left;
    }
    .footerThirdLi {
        width: 25%;
        float: left;
    }
    .footerFourthLi {
        width: 14%;
        float: left;
    }
    .footerFifthLi {
        width: 30%;
        float: left;
    }
    .registration-container .reg-box h3, .registration-container .reg-box h1.mfaChghead{
    	margin-top: 33px;
    	    margin-bottom: 20px;
    	    font-size: 34px;
    }
    #skiptocontent {
	    display: none;
	}
	.how-txt{
		clear: both;
	}
}


/* Initialize Success */
.checkMark{
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left:30px;
}

/* Mounika css starts*/
.paymentContainerHeading {
    padding: 35px;
    border-bottom: 1px solid #e6e8ea;
line-height: 1.25;
}

/*.paymentContainerHeading div {
font-size: 2.5em;
font-weight: lighter;
}*/
.coveragePanel tfoot {
color: #246bbd;
}

.coveragePanel .panel-heading a{
    text-decoration: none;
}

.coveragePanel .panel-heading, .coveragePanel .panel-body{
padding-left: 0;
}

.nav-tabs li span.coverage {
    background: url('../images/coverage_icon.svg') no-repeat left;
    height: 22px;
    width: 38px;
    float: left;
    margin-left: 50px;
}

.nav-tabs li span.vehicles {
    background: url('../images/vehicles_icon.svg') no-repeat left;
    height: 20px;
    width: 38px;
    float: left;
    margin-left: 50px;
}

.nav-tabs li span.drivers {
    background: url('../images/drivers_icon.svg') no-repeat left;
    height: 20px;
    width: 38px;
    float: left;
    margin-left: 50px;
}

.nav-tabs li span.discounts {
    background: url('../images/discounts_icon.svg') no-repeat left;
    height: 20px;
    width: 38px;
    float: left;
    margin-left: 50px;
}

/* accordionV start */

#accordionV .panel-default > .panel-heading {
    background: none;
}

#accordionV .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

#accordionV.panel-group .panel {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: none;
    padding-bottom: 12px;
    padding-left: 12px;
}

#accordionV h4 a {
    color: #246bbd;
    padding-left: 34px;
    padding-top: 2px;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 16px;
    background: url(../images/accordion_collapse.svg) no-repeat;
    /* padding-bottom: 50px; */
    height: 23px;
    display: block;
}

#accordionV h4 a.collapsed {
    color: #56636e !important;
    background: url(../images/accordion_expand.svg) no-repeat;
}

/* accordionV End here */

.coveragePanel .horizontal_line {
padding-top: 1%;
}
.balanceContainer{
    border-bottom: 1px solid #e6e8ea;
    text-align: center;
}
.firt_balance_tab{
    padding: 0px !important;
}
.balance_due_lable{
    font-size: 16px !important;
    font-family: 'Lato-Bold', sans-serif;
    padding-top: 20px !important;
}
.coverage_balance_due_lable{
    font-size: 16px;
    font-family: Lato-Light;
}
.coverage_edit_btn{
    padding: 12px 12px;
    margin-top: 5px;
}
.normal_lable_light_left{
    font-family: 'Lato-Bold', sans-serif;
    font-size: 12px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}
.normal_lable_light_right{
    font-family: Lato-Light;
    font-size: 12px;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}
 .label_promo{
    font-size: 16px !important;
    padding-top: 20px !important;
    font-family: 'Lato-Bold', sans-serif;
    float: left;
 }
.firt_balance_tab .com_div{
    overflow: auto;
}
.welcome_sub_btn{
    width: 92%;
    margin: 4%;
}
.com_div_ext{
    padding-bottom: 55px;
}
.fontRed_ext {
    color: #cc291d;
    font-family: Lato-Light;
    margin-top: 8px !important;
}
.coverage_amout {
    color: #cc291d;
    font-family: Lato-Light;
    font-size: 30px;
}
.coverage_form_main_div{
-moz-box-shadow: rgba(73, 73, 73, 0.4) 0 0 9px, rgba(120, 120, 120, 0.2) 0 0 0px 0px inset;
   -webkit-box-shadow: rgba(73, 73, 73, 0.4) 0 0 9px, rgba(120, 120, 120, 0.2) 0 0 0px 0px inset;
   box-shadow: rgba(73, 73, 73, 0.4) 0 0 9px, rgba(120, 120, 120, 0.2) 0 0 0px 0px inset; 

    padding: 0px;
}
.coverages_before_arrow_line{
        right: 20% !important;
}

.paymentContainerMobile{
    padding-bottom: 15px;
}
.coverage_current{
    font-weight: bold;
}
.coverage_tabledata{
    font-weight: bold;
    font-size: 13px;
}
.nv_ul_li>li>a{
    padding: 10px 0px;
}
@media only screen and (max-width: 480px) {
    .nv_ul_li>li>a{
        padding: 10px 0px;
    }
    .btn_xs{
        width: 100%;
    }
    .refer_close{
        padding-top: 15px !important;
  }
    o.refer_close_alert{
        padding-left: 20px;
        padding-top: 10px;
    }  
    .no_padding_xs{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .update_cancel{
        padding-left: 0px !important;
    }    
}
@media (min-width: 992px){
    .align_more{
    padding-left: 50px;
}
    .refer_close{
        padding-top: 15px !important;
    }
    .refer_close_alert{
        padding-left: 160px;
        padding-top: 10px;
    }   
    .coverageContainer .nav-tabs {
    padding-right: 0px;
    width: 101%;
}
}

    
/*.heading_size{
    font-size: 35px;
    padding: 30px;
}*/
.main_heading_bottom{
    margin-bottom: 1px;
}
.refer_close{
    font-size: 22px;
    font-family: 'Lato-Regular', sans-serif;
    cursor: pointer;
    padding-top: 15px !important;
}
.refer_text{
   font-family: 'Lato-Light', sans-serif;
    font-size: 14px;
    float: left;
    padding-top: 10px;
    padding-left: 10px; 
}
.refer_close_alert{
    font-size: 16px;
    font-family: 'Lato-Regular', sans-serif;
    cursor: pointer;
}
.alert_text{
    color: #cc291d;
    font-family:  'Lato-Bold', sans-serif;
    font-size: 14px;
}
.alert_heading{
    background-color: #e6e8ea;
    padding: 5px;

}
.alert2_heading{
    background-color: #e6e8ea;
    padding: 5px;
    margin-top: 8px;
}
.heading_size{
    color: #767676;
    text-align: center;
    font-size: 30px;
    font-family: Lato-Light; 
}
.coverageContainer .nav-tabs {
    padding-right: 0px;
    
}
.vehicles_panel{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: none;
}
.vehicles_div{
    margin-top: 15px;
    padding: 80px;
}
.vehicles_info{
    padding-top: 10px;
}
.vehicles_info .normal_lable_light_left{
    font-weight: 600;
    font-size: 12px;
    font-family: 'Lato-Light';
}
.edit_dropdown{
   float: right;
   padding-top: 10px;
   padding-right: 30px;
}
.panel-group2{
    margin-bottom: 50px;
    border-top: 1px solid #e6e8ea;
}
.panel-heading label{
    margin-left: 38px;
    font-weight: 700;
}
.vehicles_img_div{
    margin-top: 20px;
    /*padding-top: 60px;
    padding-bottom: 92px;*/
}
.driver_edit_btn{
    padding: 12px 30px;
    margin-top: 5px;
}
table.driver_link a{
    padding: 2px;
    font-family: 'Lato-Light', sans-serif;
    font-size: 13px;
}
.discount_heading label{
    margin-left: 0px !important;
    font-weight: 700;
}
.discounts_panel{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    box-shadow: none;
    padding-top: 18px;
}
.discount_tabledata{
    font-size: 13px;
}
.rep_vehicle{
    font-family: 'Lato-Light';
    padding-top: 14px ;
    padding-bottom: 20px;
}
.vin_border{
    border-top: 1px solid #e6e8ea;
}
.ymm_dropdown{
    margin-bottom: 15px;
}
.ymm_div{
    box-shadow: rgba(73, 73, 73, 0.4) 0 0 9px, rgba(120, 120, 120, 0.2) 0 0 0px 0px inset;
    padding: 30px;
    margin: 10px;
}
.check_discount{
    background: url(../../img/check.svg) no-repeat left;
    height: 22px;
    width: 30px;
    float: left;
    margin-left: 10px;
}
.margin_top_60{
    margin-top: 60px;
}
table.pssTable thead tr th{
    font-family: 'Lato-Bold', sans-serif;
    font-size: 16px;
}
.update_cancel{
    padding-left: 30px;
}
.cards_autopay{
    font-family: 'Lato-Light';
    padding-bottom: 20px;
}
.bill_info_left{
    float: left;
}
.bill_info_right{
    float: right;
    padding-top: 10px;
}
.billing_arrow_line{
    right: 34%;
}
.bill_card_bottom{
    padding-bottom: 30px;
    border-bottom: 1px solid #a5aeb5;
}
.veh_img_border{
    border-bottom: 1px solid #e6e8ea;
    padding-bottom: 30px;
}
.err_head{
    font-size: 18px;
    background-color: #ff0000;
    color: #ffffff;
}
.match_align{
    vertical-align: text-top;
}
.alert_img{
    background: url(../../img/alert_Icon.png) center center no-repeat;
    height: 35px;
    /*padding-top: 40px;*/
}
.modal_border_rad{
    border-radius: 0px !important;
    width: 450px;
}
.modal_text_size{
    text-align: center;
    font-size: 16px;
    font-family: Lato-Regular;
    color: #616D77;
}
.body_space{
    padding: 30px;
}
.modal-header h4{
    font-size: 18px;
    float: left;
}
.profile_link{
    font-family: Lato-Regular;
    float: right;
    padding-right: 10px;
    font-size: 16px !important;
    padding-top: 20px !important;
}
.profile_line{
    border-bottom: 1px solid #000000;
    padding-top: 6%;
    width: 100%;
}
.email_lable{
    /* font-size: 11px;
    padding: 13px; */
}
.user_lable{
	font-family: Source Sans Pro;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #484949;
	text-align: left;
	float: left;
}
.padding_T20{
    padding-top: 20px !important;
}
#pwd_div{
    display: none;    
}
#chng_uid_pwd{
    display: none;    
}
#submit_btn_change_uid{
    display: none;    
}
#submit_btn_change_pwd{
    display: none;    
}
#user_id_div{
    display: none;    
}
.btn_padding{
    padding-right: 28px;
    padding-left: 28px;
}
.pwd_clear{
    clear: both;
}
.balance_due_lable2{
    font-family: 'Lato-Regular';
    margin-left: 5px;
}
.margin_top_5{
    margin-top: 26px;
    font-size: 20px;
}
.no-display{
    display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.eregModalCnt{
	  margin-left:-36% !important;
	}
	 .eregModalHdrCnt{
	  margin-left:13% !important;
	}
	.eregClose{
	  margin-right:16%;
	}
}
/* Mounika css ends here*/

table.policystatusTable tr th{ font-family:'Lato-Bold'; font-size:14px}
table.policystatusTable td{ 
	  font-family: var(--pfontfamily);
	  font-size: 18px;
	  font-weight: bold;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: 0.5px;
	  color: #56636e;
}

.input_dl{
    width: 66.66667%;
    float: left;
}
.before_arrow_line_dl{
	left:91% !important;
}
.before_arrow_line {
    position: absolute;
    right: 26%;
    border-left: 1px solid #56636e;
    height: 44px;
    margin-top: 2px;
}
/* modal_con_common_ereg.css start */

#colorbox,#cboxOverlay,#cboxWrapper {
position:absolute;
top:0;
left:0;
z-index:9999;
}

#cboxOverlay {
position:fixed;
width:100%;
height:100%;
background:#000;
}

#cboxContent {
position:relative;
overflow:visible;
}

#cboxLoadedContent iframe {
display:block;
width:100%;
height:100%;
border:0;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
position:absolute;
top:0;
left:0;
width:100%;
}

#cboxLoadedContent fieldset {
min-height:214px;
height:auto!important;
}

#cboxLoadedContent .button-set {
clear:both;
position:relative;
text-align:center;
margin-left:auto;
margin-top:8px;
}

#cboxLoadedContent .button-set-rght {
margin-right:8px;
}

#colorbox label.error {
color:#ff5050;
clear:both;
font-size:11px;
line-height:13px;
text-align:left;
width:inherit;
margin:10px 0 0 104px;
}

#colorbox,#cboxOverlay {
display:none;
}

#modal {
background-color:#fff;
padding:1px 1px 5px!important;
}

#modal-header {
background-color:#fff !important; 
padding:6px;
}

a:link.close-modal,a:visited.close-modal,a:hover.close-modal,a:active.close-modal {
color:#fb1616!important;
/* display:none!important; */
background:url(../../img/common/backgrounds/button-modal.gif) no-repeat right center!important;
font-weight:700;
padding-right:20px;
text-align:center!important;
text-decoration:none!important;
/* float:right; */
}

a.close.button_back{
opacity: 0;
float: none !important;
font-size: 14px !important;
font-weight:50!important;
color: #004e7c !important;
}

a.close-modal span {
background:url(../../img/common/backgrounds/button-modal.gif) no-repeat left center!important;
/* display:none!important; */
line-height:21px!important;
text-align:center!important;
padding:0 6px 2px 11px !important;
}

#modal-header h1 {
/* color:#fff; */
float:left;
font-size:18px;
line-height:24px;
}

#modal-content a:link,#modal-content a:visited,#modal-content a:hover,#modal-content a:active,.modal-content a:link,.modal-content a:visited,.modal-content a:hover,.modal-content a:active {
color:#000;
}

#modal span.context input,#modal span.context select {
width:205px;
}

#modal .secondary {
width:100px;
}

#modal .button-set {
margin-bottom:0;
}

.error-modal {
height:auto!important;
color:red;
font-size:12px;
text-align:left;
margin-left:282px;
}

.modal-content-textalert p a {
text-decoration:underline;
font-weight:700;
color:#0069d2;
}

#modal-content:after,#modal-header:after,fieldset:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#cboxMiddleLeft,#cboxBottomLeft,.ui-datepicker-multi .ui-datepicker-buttonpane {
clear:left;
}

#cboxTitle {
margin:0;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow,.tab-bar li a:hover {
cursor:pointer;
}

.cboxIE {
font-size:12px;
}

#modal #modal-content,#modal-content,.modal-content,#modal-content-textalert,#modal-content-textalert,.modal-content-textalert {
background-color:#fff;
border:1px solid #e6e6e6;
position:relative;
zoom:1;
margin:8px;
padding:0px;
border-radius: 0 !important;
}

#modal-content h2,.modal-content h2,#modal-content-textalert h2,.modal-content-textalert h2 {
font-size:16px;
margin-bottom: 0px !important;
font-weight: 100 !important;
}

#cboxLoadedContent .button_forward,#cboxLoadedContent .button_back {
margin-bottom:auto;
padding-left:3px;
}

#cboxLoadedContent .button_back {
margin-right:32px;
}

#cboxLoadedContent .button_forward span,#cboxLoadedContent .button_back span {
padding:7px 9px 0 6px;
}

#cboxLoadedContent fieldset.grouping,.confirmation fieldset.section-header p {
margin:10px 0;
}

#modal .section-select {
clear:both;
}

#modal p {
margin-bottom:10px;
}

#modal p{
margin-top:20px;
}

.modal-dialog_timeout{
width:auto !important;
}

.modal-content-user {
background-color:#fff !important;
border:0 !important;
position:unset !important;
margin:0px !important;
padding:0px !important;
}

.modal-content-user-above {
background-color:#fff !important;
border:1px solid #e6e6e6 !important;
position:relative !important;
zoom:1 !important;
margin:8px !important;
padding:6px !important;
}

.left_ereg{
left:18%;
overflow-y: unset !important;
overflow-x: unset !important;
}

.no-display{
display:none;
}

.for-red{
color: red;
}

.body_space_ereg{
padding:0px;
}

.line_ht_ereg{
line-height: 7px;
}

.line_ht_eserv{
line-height: 0px;
}

.home_col{
color: #246bbd !important;
}

.sess_col{
color: #000 !important;
text-decoration: underline !important;
font-weight: normal;
}

/* media query for alert start */
@media only screen and (max-width: 350px){
	.can_ereg_resp{
		width: 41%;
	}
}
@media (min-width: 351px) and (max-width: 450px){
	.can_ereg_resp{
		width: 45%;
	}
}
@media (min-width: 375px) and (max-width: 412px){
	.can_ereg_resp{
		left: 5%;
	}
}
@media (min-width: 413px) and (max-width: 460px){
	.can_ereg_resp{
		left: 7%;
	}
	
}
@media (min-width: 461px) and (max-width: 580px){
	.can_ereg_resp{
		left: 8%;
	}
}
@media (min-width: 768px){
	.can_ereg_resp{
		left: 20%;
	}
	.return_summary.ret_summ_sub{
		justify-content: flex-start;
	}
	.splash_buttons{
		display: flex;
    	flex-direction: row;
	}
}
/* media query for alert end */

/* modal_con_common_ereg.css end */


#myChatLinkInfo span {
	margin-left: 9px !important;
}
#ccpa-main-div{
  background: #56636e;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#ccpa-main-div div{
  width: 940px;
  margin: auto;
}
#ccpa-main-div div p{
  float: left;
}
#ccpa-main-div div p a{
  color: #ffffff;
} 
#ccpa-main-div div p a:focus{
  border: 2px solid #fff !important;
  text-decoration: none;
} 
#close-ccpa{
  color: #fff;
  float: right;
  margin-top: 15px;
  font-size: 20px;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 477px) {
	#ccpa-main-div div {
		width: 100% !important;
		text-align: center;
	}
	#ccpa-main-div div p{
		width: 90% !important;
	}
	#close-ccpa{
	    margin-top: 25px;
	    margin-right: 10px;
	}
}
@media (min-width: 478px) and (max-width: 980px) { 
	#close-ccpa{
		margin-top: 15px !important;
		margin-right: 10px;
	}
	#ccpa-main-div div {
		width: 100% !important;
		text-align: center;
	}
	#ccpa-main-div div p{
		width: 90% !important;
	}
}

#skiptocontent{
	position:absolute;
	width: 100%;
}
#skiptocontent {
	padding:6px;
	position: absolute;
	top:-40px;
	left:85px;
	color:white;
	border: 1px;
	background:none;
	z-index: 100;    
}

#skiptocontent:focus {
	position:fixed;
	width: 100%;
	top:0;
	left:0;
	color:white;
	background:#676767;
	border: 1px solid white !important;
}
.form-main {
    text-align: center;
}
.form-main {
    background-color: #f2f4f5;
}
.form-main-ca{
	background-color: #e6e8ea;
}
.ca-bg_clr{
	background-color: var(--cahibgclr);
}
@media screen and (max-width: 992px) {
    .Please-provide-the-f {
        width: 90%;
        height: 104px;
        align-items: center;
        justify-content: center;
        display: flex;
        font-family: Source Sans Pro;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: center;
        color: #484949;
        margin: 0 auto;
    }
    #errors.err_labl_txt{
    	width: var(--errlbltxtwdth);
    	margin: auto;
    }
}
.error-div {
    display: none;
    margin-bottom: 5px;
    padding-left: 0px;
      font-family: Roboto;
	  font-size: 14px;
	  font-weight: bold;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.71;
	  letter-spacing: normal;
	  color: #cc291d;
	  width: 319px;
    margin: 0 auto;
    margin-left: 0;
}
.error-text {
    display: none;
    color: #cc291d;
    margin-bottom: 5px;
}
.reg_acc_err{
	margin: 0;
}
.login-box.login-form .error-div{
	margin-left: auto;
}
.nice-select.wide .list {
    overflow-y: scroll;
}

.nice-select.open .list {
    overflow-y: scroll;
}
.extra-inf-p{
	font-family: Source Sans Pro;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: center;
	color: #484949;
	padding-top: 20px;
	padding-bottom: 17px;
	margin-bottom: 0px;
	    width: 50%;
    margin: 0 auto;
}
#ccpa-main-div div{
	width: 940px;
    margin: auto;
}
#ccpa-main-div div p{
	font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.14;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    float: left;
    margin-bottom: 0;
}
#close-ccpa {
    color: #fff;
    float: right;
    margin-top: 15px;
    font-size: 20px;
    text-decoration: none;
    /* background-image: url(../../img/fancy_close.png); */
    background-size: contain;
    background-size: 20px 20px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}
#ccpa-main-div div p a{
	color: #ffffff;
	text-decoration: underline;
}
@media screen and (max-width: 992px) {
    .dateofbirth .nice-select {
        clear: none;
        width: 80px;
        margin-right: 10px;
    }
    .nice-select .list {
        left: 0 !important;
        right: 0 !important;
        height: 200px !important;
        overflow-y: scroll;
    }
    .nice-select.wide {
        width: 265px !important;
    }
    .wideselect {
        width: 100% !important;
        /* margin-left: 101px; */
        display: flex;
        justify-content: center;
    }
    .dateofbirth {
        display: flex;
        justify-content: center;
    }
    .dobHead {
        display: flex;
        text-align: left;
        width: 265px;
        margin-top: 27px;
        margin-bottom: 10px;
        font-weight: bold;
        text-align: left;
        padding: 0px;
    }
    .info-input {
        margin: 0 auto;
        margin-top: 10px;
        width: 256px;
        font-family: Source Sans Pro;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #001d2a
    }
    .homepage-b .mainContent .about-farmer-white .hisdiv {
        margin: 0 auto;
        font-family: Source Sans Pro;
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: normal;
        text-align: center;
        color: #484949;
        left: 25%;
        margin-top: 16px;
        display: block;
        margin-bottom: 40px;
        padding-right: 10%;
        padding-left: 10%;
    }
    .homepage-b .mainContent .about-farmer-white .hisdiv {
        width: 100%;
        margin: 0 auto;
        font-family: Roboto Slab;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        display: block;
        font-weight: bold;
        height: 123px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        padding: 0;
    }
}

.thankyou {
    background-color: #00318a;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sentence-break {
    display: block;
}

.homeQuoteForm {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
}

@media screen and (min-width: 992px) {
    .dateofbirth .nice-select {
        clear: none;
        width: 90px;
        margin-right: 30px;
    }
    .nice-select .list {
        left: 0 !important;
        right: 0 !important;
        height: 200px !important;
        overflow-y: scroll;
    }
    .nice-select.wide {
        width: 365px !important;
    }
    .wideselect {
        width: 100% !important;
        /* margin-left: 101px; */
        display: flex;
        justify-content: center;
    }
    .dateofbirth {
        display: flex;
        justify-content: center;
    }
    .dobHead {
        display: flex;
        /* clear: both; */
        /* align-items: center; */
        /* width: 50% !important; */
        text-align: left;
        width: 347px;
        margin-top: 27px;
        margin-bottom: 10px;
    }
    .bottom-note {
        height: 50px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Please-provide-the-f {
        width: 50%;
        display: flex;
        height: 90px;
        justify-content: center;
        font-family: Source Sans Pro;
        align-items: center;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: center;
        color: #484949;
        text-align: center;
        margin: 0 auto;
    }
    .homepage-b .mainContent .about-farmer-white .hisdiv {
        width: 100%;
        margin: 0 auto;
        font-size: 30px;
        font-family: Roboto Slab;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        display: block;
        padding: 0;
        padding-top: 10px;
    }
    .homepage-b .mainContent .about-farmer-white .hisdiv h3 {
        font-size: 30px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }
}
#policy-number {
    margin-top: 25px;
}

.Or-Use-Your-Drivers {
    height: 24px;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-decoration: underline;
    color: #0172d0;
    text-align: left;
}

.licence-no {
    text-align: left;
    width: 350px;
    margin: 0 auto;
    padding-top: 11px;
    padding-bottom: 10px;
}
.date_of_birth_lable{
	padding: 0px;
    text-align: left;
    margin-top: 7px;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #484949;
}
.date-small-div{
	/* width:90px; */
	float: left;
	padding-right: 10px !important;
}
.date-small-div .nice-select{
	width: 100%;
	height: 40px;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #d7dbdf;
  border: solid 1px #d7dbdf;
  background-color: #ffffff;
}
.info-input {
    margin: auto;
    width: 357px;
    text-align: left;
    margin-top: 10px;
    font-family: Source Sans Pro;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #001d2a
}

.input-style::placeholder {
    padding-left: 10px;
    height: 24px;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 1.5; */
    letter-spacing: normal;
    color: #484949;
}

.input-style {
    width: 364px;
    height: 40px;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 #d7dbdf;
    border: solid 1px #d7dbdf;
    background-color: #ffffff;
}

.Lets-find-your-poli {
    font-family: Source Sans Pro;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #2d2d2d;
    padding-top: 27px;
    padding-bottom: 0;
}
.succ-pl-ch-mail{
	font-family: Roboto Slab;
	font-size: 34px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: normal;
	text-align: center;
	color: #56636e;
}
.mrgn-tp-0{
	margin-top: 0;
}
.mail-id-nd-clk{
  font-family: Source Sans Pro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #484949;
  margin-bottom: 7px;
}
.email_font{
	font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #2d2d2d;
    margin-bottom: 7px;
}
.margin_bottom_25{
    margin-bottom: 25px;
}
.exp-link{
	font-family: Source Sans Pro;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #484949;
}
.margin_bottom_62{
	margin-bottom: 62px;
}
.clr-mrgn-bottom-20{
	clear: both;
	margin-bottom: 10%;
}
.padding_top_10{
	padding-top: 10px;
}
.Copyright-2019-Far{
	font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
  color: #ffffff;
}
input:focus,
textarea:focus,
select:focus,.nice-select:focus {
    outline: none!important
}
.homeownersquote {
    margin-top: 32px;
}
.canc-div{
	    margin-top: 20px;
    margin-bottom: 35px;
}
.cancel_link{
font-family: Source Sans Pro;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.67;
  letter-spacing: normal;
  text-align: center;
  color: #246bbd;
  text-decoration: underline;
	}
.blue-button-step {
    width: 240px;
    height: 50px;
    border-radius: 4px;
    background-color: #003087;
    margin-top: 37px !important;
    cursor: pointer;
    border: 0;
}
.blue-button-step:hover{
	color: #fff;
	text-decoration: none;
}
.center-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.button-content {
    font-family: Source Sans Pro;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
        text-decoration: none;
}
.blue-button-step.button-content{
	font-family: Source Sans Pro;
}

@media screen and (min-width: 992px) {
    .success-progress {
        margin-bottom: 28px !important;
    }
    .success-container {
        margin-top: -14px;
        padding-bottom: 120px;
    }
    .mobile-break {
        display: none;
    }
    .success-message {
        font-family: Roboto Slab;
        font-size: 34px;
        margin-top: 27px !important;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.18;
        letter-spacing: normal;
        text-align: center;
        color: #003087;
    }
    .propmobile {
        display: none;
    }
    .propdesk {
        display: block;
    }
    .coverageinfo-desktop {
        display: block;
    }
    .right-addon .glyphicon {
        top: 15px;
        right: 19px;
        font-family: Source Sans Pro;
        font-size: 16px;
        border-radius: 50%;
        border: 1px solid;
        width: 22px;
        height: 22px;
        position: absolute;
        padding: 2px;
    }
    .coverageInfo.mobile {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .progressbar li.done:before {
        width: 30px;
        height: 30px;
        content: " ";
        counter-increment: step;
        line-height: 25px;
        display: block;
        text-align: center;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        border: solid 2px var(--pgbrclrcc2009d);
        font-family: Roboto Slab;
        font-size: 14px;
        color: var(--pgbrclrcc2009d);
        background: white;
        background-size: contain;
        background-image: url(/webpub/en/pages/img/imgsTemplate/check-circle-success@2x.png);
    }
    .Building-on-these-re {
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: normal;
        color: #484949;
        text-align: left;
    }
    .progress-bar-number {
        width: 100%;
    }
    .progressbar {
        margin: 0;
        padding: 0;
        counter-reset: step;
    }
    .progressbar li {
        list-style-type: none;
        width: var(--pgbrliwdth);
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        color: #56636e;
    }
    .progressbar li:before {
        width: var(--pgbrwdthcahi);
        height: var(--pgbrhtcahi);
        content: counter(step);
        counter-increment: step;
        line-height: var(--pgbrlnht);
        display: block;
        text-align: center;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        border: solid 2px var(--pgbrclrcc2009d);
        font-family: Roboto Slab;
        font-size: var(--pgbrfntsz);
        color: var(--pgbrclrcc2009d);
        background: white
    }
    .progress-bar-number {
        display: flex;
        justify-content: center;
    }
    .progressbar li {
        font-family: Source Sans Pro;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.29;
        letter-spacing: 0.75px;
        text-align: center;
    	/* color: #a5aeb5 !important; */
    }
    .progressbar li:after {
        width: 80%;
		height: 2px;
		content: '';
		position: absolute;
		background-color: var(--pgbrlineclr);
		top: var(--pgbrlietop);
		left: var(--pgbrleft);
		z-index: 0;
    }
    .progressbar li:first-child:after {
        content: none;
    }
    .progressbar li.active {
        color: #2d2d2d;
    }
    .progressbar li.active:before {
        border-color: var(--pgbrclrcc2009d);
        background-color: var(-pgbrclrcc2009d);
        color: white;
    }
}
.inner-addon {
    position: relative;
}
.dob_wdth{
	width: 364px;
}
.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #2d2d2d !important;
}
.progressbar li.active:before {
    border-color: var(--pgbrclrcc2009d);
    background-color: var(--pgbrclrcc2009d);
    color: white;
}
.gen {
    width: 61%;
    margin: 0 auto;
}
.covinfo {
    width: 60%;
    margin: 0 auto;
}
#ddlCars {
    min-height: 190px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    width: 300px;
    display: contents;
}
.required {
    background-color: #cfe6fa;
}
.desktop-farmer-menu {
    display: block;
}
@media only screen and (max-width: 990px) and (min-width: 320px) {
    .desktop-farmer-menu {
        display: none;
    }
    .date-small-div{
		/* width:80px; */
	}
}
.mobile-farmer-menu {
    display: none;
}
@media only screen and (max-width: 990px) and (min-width: 320px) {
    .mobile-farmer-menu {
        display: block;
        right: -50%;
    }
}
.modalContainer {
    position: absolute;
    height: 50px;
    bottom: 0%;
    left: 0px;
    z-index: 10000;
    /* required by MSIE to prevent actions on lower z-index elements */
}
@media only screen and (max-width: 990px) and (min-width: 320px) {
    .modalContainer {
        height: 100px;
    }
}
.alertBox {
    position: relative;
    width: 100%;
    min-height: 50px;
    background-color: #003087;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 990px) and (min-width: 320px) {
    .alertBox {
        min-height: 100px;
    }
}
.modalContainer .alertBox {
    position: fixed;
}
.alertBox p {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-top: 2%;
    text-align: right;
    width: 103%;
    margin: auto;
}
@media only screen and (max-width: 990px) and (min-width: 320px) {
    .alertBox p {
        width: 241%;
        text-align: center;
        padding-top: 8%;
    }
}
.alertBox .closeBtn {
    display: block;
    position: relative;
    padding-top: 1%;
}
.underline-text {
    text-decoration: underline;
    left: -1%;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 9px;
    text-align: left;
}
@media only screen and (max-width: 990px) and (min-width: 320px) {
    .underline-text {
        width: 100%;
        text-align: center;
        margin-top: 4px;
    }
}
.underline-text a {
    color: #ffffff;
}
.nice-select:after{
	width: 7.6px !important;
    height: 7.6px !important;
    border-right: 2px solid #484949 !important;
    border-bottom: 2px solid #484949 !important;
}
.nice-select {
	line-height: 1 !important;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #56636e;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    outline: none;
    padding-left: 8px;
    padding-top: 12px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    height: 48px;

}

.nice-select:hover {
    border-color: #1a508d;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #1a508d;
}

.nice-select:after {
    border-bottom: 2px solid #004e7c;
    border-right: 2px solid #004e7c;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 13%;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    width: 100%;
    opacity: 1;
    display:block;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cdd5de;
}

.nice-select.wide {
    width: 100%;
    font-size: 16px;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 1px;
    opacity: 0;
    display: none;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    border: 2px solid #246bbd !important;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #90a1b5;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}
.input_text:focus {
    border: 2px solid #246bbd !important;
}
.input_text:active {
    border: 2px solid #246bbd !important;
}
.nice-select:focus {
    border-color: #e6e8ea !important;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6) !important;
    border: solid 2px #5a8fcd !important;
    outline: auto;
}
.nice-select:active {
    border: 2px solid #246bbd !important;
}
.input_text {
    border-radius: 0;
    box-shadow: 0 2px 4px 0 #d7dbdf;
    border: solid 1px #d7dbdf;
    background-color: #ffffff;
    font-size: 16px;
    margin: 0 auto;
    border: 1px solid #575757 !important;
    height: 48px !important;
    padding: 14px 0px 14px 10px !important;
    letter-spacing: 0.05em !important;
}
.input_text.ca_fc_pn{
	padding: 14px 13px !important;
    letter-spacing: 0em !important;
}
.form-control {
    border-radius: 0px !important;
    color: #2d2d2d;
}
.error_message,.error-div,.generic-error{
    color: #cc291d;
}
.error-text{
    display: none;
      font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #cc291d;
    margin-bottom: 5px;
}
.wrongalert{
    font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #e11a33;
	text-align: left;
}

.form-control {
	border-radius: 0px !important
}

.st-two-create{
	width: 40%;
   	margin: 0 auto;
}
.st-one-create{
	width: 50%;
   	margin: 0 auto;
}
.input_text_error,.field-highlight {
    border: 2px solid #cc291d !important;
}
.input_text_error:focus {
    border: 1px solid #cc291d;
}
#zip_pn_error_msg{
	/* margin-left: 12px; */
}
.usr-welcome{
	font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #484949;
  float: left;
}
.uid_div{
	width: 364px;
	margin: 0 auto;
	padding-top: 30px;
}
@media only screen and (max-width: 990px) and (min-width: 320px) {
	.st-two-create{
		width: 70%;
    	margin: 0 auto;
	}
	.st-one-create{
		width: 80%;
	   	margin: 0 auto;
	}
}
@media (min-width: 320px) and (max-width: 477px) {
	#ccpa-main-div div {
		width: 100% !important;
		text-align: center;
	}
	#ccpa-main-div div p{
		width: 85% !important;
		margin-left: 10px;
		line-height: 2.14;
	}
	#close-ccpa{
	    margin-top: 25px;
	    margin-right: 10px;
	}
}
@media (min-width: 478px) and (max-width: 980px) { 
	#close-ccpa{
		margin-top: 15px !important;
		margin-right: 10px;
	}
	#ccpa-main-div div {
		width: 100% !important;
		text-align: center;
	}
	#ccpa-main-div div p{
		width: 90% !important;
	}
}
@media screen and (max-width: 992px) {
    .licence-no {
        text-align: left;
        width: 256px;
        margin: 0 auto;
        text-align: left;
        width: 256px;
        margin: 0 auto;
        margin-top: 18px;
		margin-bottom: 17px;
	    padding-top: 0;
    }
    .info-input {
        margin: auto;
        width: 256px;
        text-align: left;
        margin-top: 10px;
        font-family: Source Sans Pro;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #001d2a
    }
    .bottom-note {
        height: 50px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Lets-find-your-poli {
        font-family: Roboto Slab;
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: center;
        color: #003087;
        padding-top: 20px;
    }
    .input-style::placeholder {
        padding-left: 10px;
        height: 24px;
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        /* line-height: 1.5; */
        letter-spacing: normal;
        color: #484949;
    }
    .input-style {
        width: 265px;
        height: 40px;
        border-radius: 3px;
        box-shadow: 0 2px 4px 0 #d7dbdf;
        border: solid 1px #d7dbdf;
        background-color: #ffffff;
    }
    .dob_wdth{
    	width: 265px;
    }
    .uid_div{
    	width: 265px;
    }
    .sec-mobile {
        padding-left: 12px;
        padding-right: 12px;
    }
    .success-message {
        margin-bottom: -12px;
    }
    .progressbar li.done:before {
        width: 33px;
        height: 33px;
        content: " ";
        counter-increment: step;
        line-height: 40px;
        display: block;
        text-align: center;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        border: solid 2px var(--pgbrclrcc2009d);
        font-family: Roboto Slab;
        font-size: 40px;
        color: var(--pgbrclrcc2009d);
        background: white;
        background-size: contain;
        background-image: url(/webpub/en/pages/img/imgsTemplate/check-circle-success@2x.png);
    }
    .progressbar li:first-child {
        width: 50%;
    }
    .progressbar li:last-child {
        width: 30%;
    }
    .progressbar li:nth-child(2) {
        width: 40%;
    }
    .Building-on-these-re p {
        font-family: Source Sans Pro;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: left;
        color: #484949;
    }
    .progress-bar-number {
        width: 100%;
    }
    .progressbar {
        margin: 0;
        padding: 0;
        counter-reset: step;
        max-width: 290px;
    }
    .progressbar li {
        list-style-type: none;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        color: #7d7d7d;
    }
    .progressbar li:before {
        width: var(--pgbrwdthcahi);
        height: var(--pgbrhtcahi);
        content: counter(step);
        counter-increment: step;
        line-height: var(--pgbrlnht);
        display: block;
        text-align: center;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        border: solid 2px var(--pgbrclrcc2009d);
        font-family: Roboto Slab;
        font-size: var(--pgbrfntsz);
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        color: var(--pgbrclrcc2009d);
        background: white
    }
    .progress-bar-number {
        display: flex;
        justify-content: center;
    }
    .progressbar li {
        font-family: Source Sans Pro;
        font-size: 14px;
        width: 33%;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.29;
        letter-spacing: 0.75px;
        text-align: center;
        color: #484949;
    }
    .progressbar li:nth-child(2):after {
        width: 67%;
        height: 2px;
        content: '';
        position: absolute;
        background-color: var(--pgbrclrcc2009d);
        top: 15px;
        left: -31%;
        z-index: 0;
    }
    .progressbar li:last-child:after {
        width: 80%;
	    height: 2px;
	    content: '';
	    position: absolute;
	    background-color: var(-pgbrlineclr);
	    top: 15px;
	    left: -46%;
	    z-index: 0;
    }
}
@font-face {
  font-family: "social-font";
  src: url("/FarmersHawaii/webpub/en/pages/css/FH_Facebook_Img.png");
  src: url("/FarmersHawaii/webpub/en/pages/css/social-font.eot?#iefix") format("embedded-opentype"),url("/FarmersHawaii/webpub/en/pages/css/social-font.woff") format("woff"),url("/FarmersHawaii/webpub/en/pages/css/social-font.ttf") format("truetype"),url("/FarmersHawaii/webpub/en/pages/css/social-font.svg#social-font") format("svg");
  font-weight: normal;
  font-style: normal
}
[class^="icon-"]:before,[class*=" icon-"]:before {
  font-family: "social-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-facebook:before {
  content: "\61"
}

.icon-twitter:before {
  content: "\62"
}

.icon-instagram:before {
  content: "\63"
}

.icon-youtube:before {
  content: "\64"
}

html,body {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.Aloha-Farmers-Hawaii{
  
  font-family: SourceSansPro;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #003087;
}
.See-the-Eligibility {
 
  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: center;
  
}

.Get-a-25-Prepaid-AM {
 
  
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.44;
  letter-spacing: normal;
  text-align: center;
  color: #484949;
}

body.mobile-nav-open {
  overflow: hidden
}
.shadow-div-w-b {
  width: 71%;
  background-color: #ffffff;
  min-height: 40px;
  margin: 0 auto;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 -6px 0 #fff, 0 1px 6px rgba(0,0,0, .35);
  border-left: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
}
.shadow-div-w-t {
  width: 71%;
  background-color: #ffffff;
  min-height: 40px;
  margin: 0 auto;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top: solid 1px #f2f2f2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-left: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
}
.shadow-div-w-m {
width: 71%;
background-color: #ffffff;
min-height: 100px;
margin: 0 auto;
border-left: solid 1px #f2f2f2;
border-right: solid 1px #f2f2f2;

}

@media screen and (max-width: 992px) {
body.mobile-nav-open {
    position:fixed
}
.shadow-div-w-b {
  width: 90%;
  background-color: #ffffff;
  min-height: 40px;
  margin: 0 auto;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 -6px 0 #fff, 0 1px 6px rgba(0,0,0, .35);
  border-left: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
}
.shadow-div-w-t {
  width: 90%;
  background-color: #ffffff;
  min-height: 40px;
  margin: 0 auto;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top: solid 1px #f2f2f2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-left: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
}
.shadow-div-w-m{ 
  width: 90%;
  background-color: #ffffff;
  min-height: 100px;
  margin: 0 auto;
  border-left: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
}
}
@media screen and (max-width: 992px) {
  body.mobile-nav-open {
      position:fixed
  }
}
h2 {
  font-size: 32px;
  font-weight: 700
}
.square-button {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border: 0;
  -webkit-appearance: none;
  height: 59px;
  width: 100%
}
.clearfix::after {
  content: "";
  clear: both;
  display: table
}
#bg-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: none;
  z-index: 1000
}
#bg-shadow.active {
  display: block
}
.container {
  width: 100%
}
.homepage-b .shadowContainer {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.45)
}
.homepage-b .mainContent {
  margin-top: 90px;
  overflow-x: hidden
}
@media screen and (max-width: 992px) {
  .homepage-b .mainContent {
      margin-top:63px
  }
}
.homepage-b .mainContent .blue-banner {
  min-height: 28px;
  width: 100%;
  background-color: #003486
}

.homepage-b .mainContent .blue-banner span {
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  color: #fff;
  display: block;
  padding-top: 4px;
  text-align: center
}
.homepage-b .mainContent .hero-quotebox-section {
  /* background-image: url("/FarmersHawaii/webpub/en/pages/css/about-farmer.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d6eef6;
  background-color: #003087;
  height: 350px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
.h-section-image{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d6eef6;
  height: 350px;
  padding-left: 0px;
}
.cover-image{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
@media screen and (max-width: 992px) {
  .homepage-b .mainContent .hero-quotebox-section {
      margin-left: 0px;
      height: 350px;
      background-size: cover;
      background-repeat: no-repeat;
      margin: 0 auto
  }
}
.homepage-b .mainContent .hero-quotebox-section .homepage-header-container {
  width: 100%;
  max-width: 752px;
  margin: 0 auto;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -51%);
  transform: translate(-50%, -51%);
  text-align: center;
  position: absolute;
}
.b-color-b {
  min-height: 100px;
  width: 100%;
  margin: 0 auto;
  background-color: #0172d0;
}
.homepage-b .mainContent .hero-quotebox-section .homepage-header-container h1 {
  width: 100%;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  font-family: 'Roboto Slab';
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 98px;
  margin-bottom: 44px;
  margin: 0 0 27px 0
}

.homepage-b .mainContent .about-farmer-menu {
  height: 70px;
  max-width: 1440;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #f2f4f5;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .Serving-Hawaii-Since {
    height: 18px;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #484949;
    margin-top: 42px;
      margin-bottom: 10px;
    }
  .homepage-b .mainContent .hero-quotebox-section .homepage-header-container h1 {
      font-size:28px;
      line-height: 1.14;
      height: 64px;
      text-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);
      font-family: Roboto Slab;
      font-weight: bold;
      font-stretch: normal;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      margin: 0 auto 20px auto
  }
}
@media screen and (max-width: 992px) {
  .homepage-b .mainContent .hero-quotebox-section .homepage-header-container h1 .mobile-break {
      display:block;
      margin: 0 auto
  }
  .access-rewards{
    width: 100%;
    display:block;
}
.access-rewards .accss-atm-left{
	width: 48.5%;
	float: left;
	border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(18, 53, 94, 0.3);
    background-color: #ffffff;
    margin-bottom: 25px;;
}

.access-rewards .reward-right{
	width: 48.5%;
	margin-left: 3%;
	float:left;
	border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(18, 53, 94, 0.3);
	background-color: #ffffff;
}
}
@media screen and (min-width:992px){
    .access-rewards{
        width: 100%;
    }
    .access-rewards .accss-atm-left{
        width: 48.5%;
        float: left;
        border-radius: 4px;
        box-shadow: 0 0 8px 0 rgba(18, 53, 94, 0.3);
        background-color: #ffffff;
     
    }
    .access-rewards .reward-right{
        width: 48.5%;
        margin-left: 3%;
        float:left;
        border-radius: 4px;
        box-shadow: 0 0 8px 0 rgba(18, 53, 94, 0.3);
        background-color: #ffffff;
    }
}
@media screen and (max-width: 992px) {
  .homepage-b .mainContent .about-farmer-menu {
      width: 100%;
      height: 60px;
      overflow-y: scroll;
      font-size: 14px;
  }
  .homepage-b .mainContent .about-farmer-menu a {
      font-size: 14px !important;
  }
}
.underline {
  text-decoration: underline;
}
.mainContent.margin_top_0{
	margin-top: 0;
}
.login_bg_clr{
	background-color: var(--loginbgclr);
}
.login-xpress-main{
	width: 100%;
}
.login-xpress-main .login-left{
	width: 57%;
	float:left;
	margin-bottom: 57px;
}
.login-xpress-main .xpress-right{
	width: 40%;
	margin-left: 3%;
	float:left;
}
.clear-all{
	display: block;
}
.container-o{
	width: 70%;
	margin: 0 auto;
}
.login-left h2, .xpress-right h2{
	font-family: var(--subfontfamily);
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: var(--letterspacing);
	margin-bottom: 16px;
	margin-top: 0px;
}
.login-left h2{
	color: var(--subleftcolor);
}
.xpress-right h2{
	color: var(--subrightcolor);	
}
.page-interal-container{
	clear: both;
}
.login-box{
	background: #ffffff;
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(18, 53, 94, 0.3);
}
.non-login-box{
	background: #ffffff;
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(18, 53, 94, 0.3);
	overflow: auto;
}
.login-input{
	width: 319px;
    height: 54px;
    border-radius: 2px;
    //border: solid 1px #a5aeb6;
    background-color: #ffffff;
    font-size: 16px;
    margin: 0 auto;
    padding: 16px 20px;
    color: #56636e;
    border: 1px solid #56636e;
}
.login-input:active, .login-input:focus {
    border: 2px solid #246bbd !important;
    box-shadow: 0 0 0 0;
    //outline: solid 1px !important;
}
.login-input::placeholder {
    padding-left: 10px;
    font-family: Roboto;
	height: 21px;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	/* line-height: normal; */
	letter-spacing: 0.57px;
	color: #6c7985;
}
.logbtn{
	text-align: center;
}
.loginButton {
	width: 236px;
	border-radius: 0px;
	text-transform: var(--texttransform);
	background-color: var(--buttonbgclr);
    color: #fff;
    text-decoration: none;
    padding: 9px 20px;
}
.loginButton:hover{
	color: #fff;
	background-color: var(--buttonhoverbgclr);
}
.log-in-btn{
	font-family: var(--buttonfontfamily);
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 1px;
    text-align: center;
    height: 28px;
}
.login-box-first{
	box-shadow: 0 1px 0 0 var(--silver), 0 -1px 0 0 var(--silver);
	background-color: #fafafa;
	border-radius: 4px 4px 0 0;
}
.id-acc-div{
	width: 70.7%;
    margin: 0 auto;
    border-bottom: solid 1px var(--silver);
    overflow: auto;
}
.forgot-id-lbl{
	object-fit: contain;
	font-family: var(--pfontfamily);
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: 0.5px;
	color: #565656;
	padding-bottom: 16px;
    padding-top: 26px;
    margin-bottom: 0;
}
.cre-acc-lbl{
	color: #4c4c4c;
	padding-top: 16px;
	    padding-bottom: 30px;
}
.no-log-in{
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: 0.5px;
	color: #565656;
}
.xpr-lins{
	  border-bottom: solid 1px var(--silver);
}
.xpr-lins-label{
	font-family: var(--buttonfontfamily);
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: 1px;
	color: #246bbd;
	background-image: url(../../img/arrow-down-copy-6.svg);
	background-repeat: no-repeat;
	background-origin: content-box;
	text-decoration: none;
	padding-left: 8.3%;
	padding-top: 27px;
	display: flex;
	padding-bottom: 27px;
	background-position-y: center;
}
.xpr-lins-label span{
	margin-left: 10.3%;
	margin-top: -3px;
}

.atm-lbl, .registration-container .reg-box h3.atm-lbl{
	font-family: var(--buttonfontfamily);
	font-size: var(--accessfont);
	font-weight: var(--smllhdngcahifntwt);
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.75px;
	color: var(--accesscolor);
	padding: 12px 10px 0;
}
.dwnld-app{
	font-family: var(--pfontfamily);
	font-size: var(--accesssubfont);
	line-height: var(--lineheighttext);
	letter-spacing: 0.5px;
	color: #434343;
	padding-top: 0;
	margin-top: 4px;
	margin-bottom: 15px;
	font-weight: normal;
}
/* US10732 changes start */
.dwnld-app-airlinespromo{
	font-family: var(--pfontfamily);
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #434343;
	padding-top: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
/* US 10732 changes end */
.lrn-mr{
  	color: #246bbd;
}
.store-imgs{
	text-align: center;
	margin-bottom: 18px;	
}
.ply-str{
	margin-left: 18px;
}
.reg-benefis{
	font-family: var(--subfontfamily);
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.75px;
	color: var(--subregcolor);
	margin-bottom: 16px;
	margin-top: 21px;
}

.footerlist ul li{
    padding: 5px 0;
}

.acss-img{
	width: 100%;
	height: 219px;
}
/* US10732 changes start */
.acss-img-hawaiian-promo{
	width: 100%;
    height: 183px; 
}
/* US10732 changes end */
.input_dl_st{
    width: 30%;
    float: left;
    position: absolute;
    left:70%;
}
.form-second-div {
    margin-top: 40px;
    margin-bottom: 40px;
}
.uid-cancel{
	height: 48px;
    border: solid 2px #246bbd;
    background-color: #ffffff;
    width: 170px;
    float: left;
    text-decoration: none;
    align-items: center;
    justify-content: left;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 1px;
    text-align: center;
    color: #246bbd !important;
        border-radius: 0;
        font-family: Lato;
}
.submit-uid-btn{
	float: right;
    background-color: #246bbd;
    width: 170px;
    height: 48px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 1px;
    text-align: center !important;
    color: #ffffff;
        border-radius: 0;
        font-family: var(--buttonfontfamily);
}
.mrgn_lft_0hdr{
	margin-left: 0;
}
.creat_acc_pwd{
	margin-bottom: 0;
}
.reg_polici thead tr, .reg_polici tbody tr{
	background-color: #12355e;
} 
.reg_polici thead tr th{
	color: #fff;
}
.reg_polici>tbody>tr:nth-of-type(odd){
	background: #ffffff;
}
.reg_polici>tbody>tr:nth-of-type(even) {
    background: #fafafa;
}
.pwd_div_mrgn{
	    margin-top: 20px;
    margin-bottom: 20px;
}
.pwd_div_cb{
	display: flex;
    align-items: center;
}
.set_nw_pwd{
	font-family: Roboto;
    font-weight: bold;	
}
.yn_rd{
	top: 7px;
	position: relative;
}
.padding_top_20_20{
	padding-top: 20px;
    padding-bottom: 0;
}

.cancel_link.return-pol-btn{
	height: 48px;
    border: solid 2px #246bbd;
    background-color: #ffffff;
    float: left;
    text-decoration: none;
    align-items: center;
    justify-content: left;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 1px;
    text-align: center;
    color: #246bbd !important;
    border-radius: 0;
    font-family: var(--buttonfontfamily);
}
.padding_50{
	padding-top: 50px;
    padding-bottom: 50px;
}
.return_summary {
	display: flex;
    justify-content: center;
}
.no_padd_lf{
	padding-left: 0;
	padding-right: 0;
}
.return-pol-btn, .rtern-btn-sub button{
	margin-top: 15px;
    margin-bottom: 15px;
}
.edprof_sgn{
	  font-family: var(--pfontfamily);
	  font-size: 16px;
	  font-weight: normal;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: 0.5px;
	  color: #246bbd;
}
.mrgn_bg_clr{
	margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
.exist-uid-new .error-div{
	margin-left: 0;
    width: auto;
    margin-right: 0;
    margin-top: 10px;
}
.vald-pwd .error-div{
	margin-left: 0;
    margin-top: 5px;
}
.fh_border .form-control{
	border-radius: 3px !important;
	height: 40px !important;
    padding: 14px 18px 14px 8px !important;
}
.fh_border .form-control::placeholder{
	padding: 14px 18px 14px 8px;
    /* height: 24px; */
    /* line-height: 1.5; */
    letter-spacing: normal;
    color: #484949;
	line-height: 10px;
}
.fh_border .form-control:-ms-input-placeholder{
	padding: 14px 18px 14px 8px !important;
    /* height: 24px; */
    /* line-height: 1.5; */
    letter-spacing: normal !important;
    color: #484949 !important;
	line-height: 10px !important;
}
.overflo_hidden{
	overflow: hidden;
}
.hide-second ul li:nth-child(2){
	display: none;
}
.sorryErrorMainDiv{
	min-height: 275px;
}
.go_log_in{
	margin: 10%;
    padding: 8px;
	font-family: var(--buttonfontfamily);
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: 1px !important;
	text-align: center;
	color: #246bbd;
	margin-left: auto;
    margin-right: auto;
}
.selectFocus {
    border: 1px solid #5a8fcd !important;
}
.current:focus{
	outline: none;
}

.unset-width {
	width: 100%;
}

.unset-width-float {
	width: 100%;
	left: 10%;
}
@media screen and (min-width: 300px) and (max-width: 991px) {
	.logoHI {
	   // background-image: url('../../img/farmers-logo-mobile.png');
	    margin-top: 11%;
    	width: 186px;
	}
	.container-o{
		width: 90.3% !important;
		margin: 0 auto;
	}
	.middle_heading_main_div{
		width: 80%;
	}
	.middle_heading_main_div h1 {
	    font-size: 24px;
	    letter-spacing: 0.5px;
	    text-align: center;
	    font-weight: 600;
	}
	.login-xpress-main .login-left{
		width: 100% !important;
		    margin-bottom: 33px;
	}
	.login-xpress-main .xpress-right{
		width: 100% !important;
		margin-left: 0px !important;
		    margin-bottom: 30px;
	}

	.access-rewards .accss-atm-left{
		width: 100% !important;
	}
	.access-rewards .reward-right{
		width: 100% !important;
		margin-left: 0px !important;
	}
	.loginButton {
		width: 265px;
	}
	.seletmailbtn.loginButton {
		width: 236px;
	}
	.id-acc-div{
		width: 88.2%;
	}
	.command-link-button{
		text-align: center;	
		padding-bottom: 0;
	}
	.command-link-button a{
		width: 70.8%;
	}
	.reg-benefis{
		margin-top: 27px;	
	}
	#footerUlDiv ul li a {
	    text-decoration: none;
	    font-family: Roboto;
	    font-size: 14px;
	    font-weight: normal;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: 1.71;
	    letter-spacing: 0.5px;
	    color: #2d2d2d;
	}
	.page-content-area .nav-bar h1.generic-title{
		  font-family: var(--h1fontfamily);
		  font-size: 24px;
		  letter-spacing: 0.5px;
	}
	.login-input{
		width: 265px;
	}
	.remember-pwd{
		width: 265px;
	}
	.registration-container .reg-box p{
		line-height: 1.25;
		text-align: left;
	}
	.page-content-area {
	    margin: 20px 0 20px 0;
	}
	.pol_info_text{
		text-align: center;
	}	
	.pol_info_text.uid_select_xs{
		font-size: 20px;
		text-align: left;
	}
	.row_xs{
		margin-left: 15px;
		margin-right: 15px;
	}
	header {
	    height: 70px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	header.bg-height-header{
		height: 102px;
	}
	.validationAlertContainer{
		width: 285px	
	}
	.hide-mobile{
		display: none;
	}
	table.pssTable.select-policy-table tbody tr td{
		padding-left: 35px;
	}
	.unset-width-float{
		left: 0px;
		position: relative;
	}
	.xl_st_wdth{
		padding-left: 0px;
		padding-right: 0px;
	}	
	.registration-container .reg-box p.cust-contact:focus{
		width: 80%;
	}
}
@media screen and (max-width: 400px){
	header{
		background-image: var(--bgimg-ca-hi-mobile);
	}
}
@media screen and (min-width: 992px){
	.registration-container .reg-box p.cust-contact:focus{
		width: 25%;
	}
	table.pssTable.select-policy-table tbody tr td{
		padding: 18px 35px;
	}
	.hide-Desktop{
		display: none;
	}
	.thead-status{
		padding-right: 92px !important;
	}
	#footerUlDiv ul li a {
	    text-decoration: underline;
	    font-family: Roboto;
	    font-size: 16px;
	    font-weight: normal;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: 1.71;
	    letter-spacing: 0.5px;
	    color: #2d2d2d;
	}
	.validationAlertContainerLogin{
		margin-left: 15%;
	}
	.forgotidContainer{
		margin-left: 20.8% !important;
	}
	.heading-top-margin{
		margin-top: 64px;
	    margin-bottom: 60px;
	}
}
@media only screen and (max-width: 767px){
	.innerFooter {
	    padding-top: 20px;
	}
	.rtern-btn-sub{
		justify-content: center;
    	display: flex;
	}
	.rtern-btn-sub button{
		width: 260px !important;
	}
	.logo {
	    display: none;
	}
	.hdr_lo_xs .logo{
		display: block;		
	}
	.hdr_lo_xs{
		display: flex;
	    justify-content: center;
	}
	.vis_hdd{
		display: none;
	}
	.autherrbtns{
		display: flex;
	    flex-direction: column;
	    align-items: center;
	}
}
@media (min-width: 1200px){
	#footerUlDiv {
	    padding-left: 0px;
	}
	.container {
	    max-width: 992px !important;
	    padding: 0;
	}
}
@media only screen and (min-width: 480px){
	.form-second-div {
	    display: flex;
	}
}
@media screen and (max-width: 370px){
	.validationAlertContainerLogin{
		margin-left: 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.contr_wdth_subtxt{
		width: 68%;
    	margin: 0 auto;
	}
}
@media (min-width: 1200px) and (max-width: 1399px){
	.contr_wdth_subtxt{
		margin-left: 8%;
	}
}
@media (min-width: 992px) and (max-width: 1230px){
	.autherrbtns{
		display: flex;
	    flex-direction: column;
	    align-items: center;
	}
}
.progressbar .custom-tick-content:before {
	content: '\2713' !important;
	background-color: #009de2;
    color: #fff;
}
table.pssTable.select-policy-table thead tr th{
	padding: 18px 35px;
}
table.pssTable.select-policy-table a{
	  font-size: 16px;
	  font-weight: normal;
	  display: flex;
}
table.pssTable thead tr th{
	font-family: var(--pfontfamily);
    font-size: 18px;
}
a:focus {
    border: solid 2px #246bbd !important;
    color: #246bbd;
    outline: none !important;
}
a.logo:focus {
    border: solid 2px #fff !important;
    color: #246bbd;
    outline: none !important;
}
.authenticateErrorDiv{
	min-height: 350px;
}
.btn_secondary_default.registerNow:focus{
	background-color: #fff;
	border: solid 4px #1a508d !important;
    outline: 5px solid #fff !important;
}
a#enterPasswordwdAndLogin.btn_secondary_default:hover {
    background-color: #003087 !important;
    opacity: unset;
}
a#saveAndLogin.btn_secondary_default:hover {
    background-color: #003087 !important;
    opacity: unset;
}
.reg_unreg_policy{
	font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
a.acc_focus_remove:focus{
	border: 0 !important;
}
.app-str:focus, .ply-str:focus, .acc_focus_remove:focus img {
    border: 2px solid #046B99 !important;
}
.stillText{
	font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.56px;
	text-align: center;
	color: #56636e;
	padding-top: 28px;
	margin-bottom: 19px;
	margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
}
.col-one_emailexpired h1{
	color: #2d2d2d;
	font-weight: 300;
}
.xpr-lins-label:hover,.xpr-lins-label:focus{
	outline: auto;
	margin: 2px;
}
.select-email{
	min-height: 300px;
	margin-top: 5%;
}
.fieldset-block_emailselect .nice-select{
	border-radius: 2px !important;
    border: solid 1px #56636e !important;
}
.online-btnholder_new{
	text-align: center;
    padding-top: 10%;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #ffffff;
}
.btn:focus{
	outline: none !important;
}
.submit-uid-btn:focus,.submit-uid-btn:hover{
	background-color: #5a8fcd;
}
.submit-uid-btn:focus{
	border: 2px solid #000 !important;
}
.btn_submit:focus, .btn_submit:active {
    background-color: var(--secondary-btn-hover-color) !important;
    color: #ffffff;
    outline: none !important;
}
.btn:active, .btn:focus {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125) !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125) !important;
    //background-color: #3c79bd;
}
#return_to_summary:focus{
	background-color: #fff;
	border: solid 2px #003087 !important;
}
a#aa:focus {
    border: none !important;
    outline: 1px solid !important;
}
.imgborder:focus img{
	border: 1px solid #246bbd;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus{
	box-shadow: 0 0 0 0;
	outline: 2px solid #fff;
}
.chg_prof_return_button{
	justify-content: flex-end !important;
	margin-left: 10%;
}
.help-span {
    background-image: url('../../img/help-img.svg');
    display: block;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
}

.common-help-span {
    margin-right: 13px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.text_voice_help{
	display: flex;
	align-items: center;
	margin-bottom: 2%;
}
.text_voice_help h4, .text_voice_help h2{
	margin: 0;
	padding: 0;
}
.txt_voice label{
	font-family: var(--pfontfamily);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.5px;
    color: #434343;
    clear: both;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.txt_voice_code a{
	 font-family: var(--pfontfamily);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.5px;
    clear: both;
    margin-bottom: 8px;
    line-height: 30px;
    text-decoration: none;
}
.txt_voice_code .login-input, .txt_voice_code .remember-pwd{
	margin: 0;	
}
.mfa_sorry_btn{
	display: flex;
	align-items: center;
}
.email_font.mfa_call_cetner{
	width: 96%;
    margin: 0 auto;
}
    /* Media Query for common */        
@media only screen and (max-width: 480px) {     
    
    .big_heading{       
        font-size: 24px;   
        margin-top: 30px;
    margin-bottom: 30px;  
    }
    .authenticateErrorDiv .big_heading{       
        font-size: 24px;
       }
    .genericTechnicalErrorMainDiv{      
        min-height: 350px;      
    }       
    .margin_bottom_mobile{      
        margin-bottom: 20px;        
        width:100%;     
    } 
    
	.cancel_link.return-pol-btn {
	    float: none !important;
	    /* width: 75%; */
	    margin-top: 10px;
	    margin-bottom: 10px;
	}      
}       
@media only screen and (min-width: 480px) and (max-width: 767px){       
    .btn_first{     
        margin-right: 25px;     
    }
    .btn_second{    
        margin-right: 25px;     
    }       
    .vehicleDetails{
        width:35%;
        margin:auto;
    }
}       
@media only screen and (min-width: 768px) and (max-width: 1024px){      
    .btn_first{     
        margin-right: 50px;     
    }       
    .btn_second{        
        margin-right: 50px;     
    }    
}
@media only screen and (min-width: 768px) and (max-width: 991px){      
    .no-log-in{
    	margin-left: 10px;
    }     
}
@media only screen and (min-width: 1200px) {      
    .no-log-in{
    	margin-left: 10px;
    }     
}
@media only screen and (min-width: 768px) and (max-width: 1155px){      
    .vis_hdd{
    	visibility: hidden;
    }      
}
@media (min-width: 1156px){
	.vis_hdd{
    	display: none;
    }
}
@media only screen and (max-width: 768px){              
       .bill_info_left{        
           float: left;        
       }       
       .chng_prof_pwd{     
           float: none !important;     
      }   
      footer .footerlist ul li {
	    padding-top: 12px;
	    padding-bottom: 12px;
	    border-bottom: 1px solid #e6e8ea;
	}    
	.text_voice_help h4, .text_voice_help h2 {
	    margin-top: 10px;
	    margin-bottom: 5px;
	}
}
.go_log_in:focus, .go_log_in:hover{
        background-color: #fff;
    	border: solid 2px #1a508d !important;
    	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125) !important;
    	color: #246bbd;
}
.go_log_in:focus{
	border: solid 2px #003087 !important;
}
.progressbar li:after {
	background-color: var(--pgbrlineclrr) !important;
}
#radio-err .err-mfa-sel, #code-err .err-mfa-sel, #code-len-err .err-mfa-sel{
	color: #cc291d;
}
.cust-contact:focus, .cust-contact:active{
	text-decoration: underline;
}
#modelBoxId .modal-dialog .modal-body,
	 #modelBoxId1 .modal-dialog .modal-body,
	 	#modelBoxId2 .modal-dialog .modal-body,
	 		#modelBoxId4 .modal-dialog .modal-body{
	padding-top: 24px;
    padding-right: 84px;
    padding-left: 84px;
    padding-bottom: 30px;
}
.modal-body {
    padding: 15px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #434343;
}
#modelBoxId .modal-dialog .modal-header,
	 #modelBoxId1 .modal-dialog .modal-header,
	 	#modelBoxId2 .modal-dialog .modal-header,
	 		#modelBoxId4 .modal-dialog .modal-header {
    padding-left: 34px;
    padding-top: 24px;
    padding-right: 35px;
    display: flex;
    align-items: flex-start;
}
#modelBoxId2 .modal-dialog .modal-header,
	#modelBoxId4 .modal-dialog .modal-header {
	    background-color: var(--smllhdngcahiclr);
}
#exampleModalLabel, #exampleModalLabel1, #exampleModalLabel2 {
    margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
    width: 90%;
    color: #333333;
}
.modal-title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
}
#modelBoxId .modal-dialog .modal-header .close,
 #modelBoxId1 .modal-dialog .modal-header .close,
 	#modelBoxId2 .modal-dialog .modal-header .close,
 		#modelBoxId4 .modal-dialog .modal-header .close {
    font-size: 24px;
    display: block !important;
    float: none;
    color: #000;
    opacity: 0.5 !important;
}
#exampleModalLabel::before, #exampleModalLabel1::before, #exampleModalLabel2::before {
    background-image: url('../../img/help-img-hover.svg');
    background-size: 20px 20px !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    margin-bottom: -3px;
    margin-right: 32px;
    background-position-y: 4px;
    background-repeat: no-repeat;
}
#exampleModalLabel2, #modelBoxId2 .modal-dialog .modal-header .close,
	#exampleModalLabel4, #modelBoxId4 .modal-dialog .modal-header .close{
	color: #fff;
	font-weight: normal;
}
.loginButton.mfa-back{
	width: 125px;
	padding: 5px;
	margin-top: 5%;
	color: #fff !important;
}
.loginButton.mfa-back a{
	color: #fff;
	text-decoration: none;
}
.sess-expcls .modal-title{
	width: 90%;
}
#modelBoxId4 .modal-dialog .modal-header.sess-expcls .close{
	opacity: inherit !important;
}
.sess-expcls a{
	color: #fff !important;
    text-decoration: none !important;
}
.cust-cont-btndiv{
	text-align: center;
}
.send-new:focus, .send-new:active{
	text-decoration: underline;
}
.code-exp-div{
	display: flex;
    align-items: center;
	    margin-top: 10px;
}
.code-exp-div .description{
	margin-left: 10px;
}
.registration-container .reg-box p.cust-contact{
	color: #003087;
	cursor: pointer;
}
.registration-container .reg-box p.cust-contact:hover{
	text-decoration: underline;
}
.registration-container .reg-box p.cust-contact:focus{
	border: 2px solid #246bbd;
}
.btn.registerNow:active span{
	color: #fff;
}
a#password_link:focus, a#user_id_link:focus,
.xl_st_wdth:focus-within div.nice-select,
.reg_sel_focus:focus-within div.form-control,
.rereg_sel_focus:focus-within div.form-control{
	border: 2px solid #246bbd !important;
}
a#login_btn:focus, .rememberMeText:focus-within div.chckbox_color,
.rememberMeText:focus-within div.mfa_chck, a#continue_btn:focus{
	border: 2px solid #000 !important;
}
button[embeddedService-chatHeader_chatHeader]:focus{
	border: 2px solid #fff;
	outline: none;
}
#createAccountSubmit:focus {
  //  border: 2px solid #000 !important;
}
::selection{
	color: #000;
	background: #A3D8FF;
}
.selectPageTip{
	background-color: #fff;
    width: 24px;
    height: 24px;
    padding-top: 2px;
    padding-left: 2px;
}
#submit_btn_change_uid:focus{
	border: 2px solid #000;
	outline: none !important;
}
#login_link.technicalDifficultiesReturnButton:focus,
 #forgot_uid_link:focus, #forgot_pwd_link:focus, #login_link_hi:focus,
 #login_btnr:focus, #login_btnc:focus{
	border: 2px solid #000 !important;
}
.registration-container .reg-box p.cust-contact:focus-visible,
#ModelLabel button.close:focus-visible, .common-help-span:focus-visible{
	outline: none !important;
}
#password1_help1{
	margin-top: 7px;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus{
	border: 3px solid #000;
}
#ModelLabel button.close:focus-within{
	border: 2px solid #246bbd;
}
#ModelLabel button.custClose:focus-within{
	border: 2px solid #fff;
}
.selectPageTip:focus-within span.common-help-span{
	border: 2px solid #246bbd;
}
.uid-cancel:focus, .uid-cancel:active {
   	background-color: #ffffff !important;
    color: #246bbd !important;
    outline-offset: unset;
    border: solid 2px #003087 !important;
}
.loginButton.disabled{
	opacity: 0.8;
}
@media only screen and (max-width: 767px){ 
	a.logo:focus {
		margin: auto !important;
	}
	#modelBoxId .modal-dialog .modal-body, 
		#modelBoxId1 .modal-dialog .modal-body,
		 #modelBoxId2 .modal-dialog .modal-body,
		 	#modelBoxId .modal-dialog .modal-header,
		  	 #modelBoxId1 .modal-dialog .modal-header,
		  		#modelBoxId2 .modal-dialog .modal-header,
		  			#modelBoxId4 .modal-dialog .modal-header,
		  				#modelBoxId4 .modal-dialog .modal-body{
		padding: 15px;
	}
	.registration-container .reg-box p, .txt_voice_code a{
		font-size: 18px;
	}
}
@media (min-width: 768px){
	.return_summary.ret_summ_sub{
		justify-content: flex-start ;
		margin-left: 0;
	}
	.modal-dialog.sess-exp{
	    width: 530px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.unset-width-float{
		left: 0px;
		position: relative;
	}
	.xl_st_wdth{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 991px){
	.chg_prof_return_button {
		justify-content: center!important;
		margin-left: 0px;
	}
	table.pssTable.select-policy-table a:focus{
		border: none !important;
		display: flex;
	}
	table.pssTable.select-policy-table a:focus-within span:nth-child(2){
		border: 2px solid #246bbd !important;
	}
}

.addImageRent {
    background: #c9ebf1;
    padding-left: 35.95px;
    padding-top: 36p.38x;
    overflow: auto;
   
}
.addImageRentMob{
	background: #c9ebf1;
    padding-left: 27px;
    padding-top: 20px;
    overflow: auto;
}
.addImageRentMob h3 {
    color: #490761;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 2px;
    font-style: normal;
	font-weight: 700;
	font-size: 34.4239px;
	line-height: 42px;
	color: #490761;
    
}
.addImageRentMob svg {
    text-align: right;
    float: right;
    margin-right: 16.94px;
}
.addImageRent h3 {
    color: #490761;
    margin-top: 36.38px;
    margin-bottom: 0px;
    padding-bottom: 2px;
    font-weight: 700;
    font-size: calc(16px + (47.93 - 16) * ((100vw - 320px) / (1720 - 320)));
    font-family: 'Montserrat', sans-serif;
    line-height: calc(2.1px + 2.1ex + 2.1px);
    margin-right: 33.75px;
}
.addImageRent svg {
    text-align: right;
    float: right;
    margin-right:36px;
    padding-bottom: 10px;
     margin-top: 13.5px;
}
.AddHeaderRent .gettogge-btn{
    width: 225px;
	height: 70px;
	left: 22px;
	top: 394px;
	background: #490761;
	border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin-top: 21px;
    margin-left: 20px;
}
.gettogge-btn a {
   font-family: "Open Sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	height:30px;
	line-height: 30px;
	/* identical to box height, or 150% */
	
	letter-spacing: -0.5px;
	
	color: #C9EBF1;
    text-decoration: none;
}
.renter-label{
	color:#333333 !important;
	height: 34px;
	left: 3.72%;
	right: 3.83%;
	top: calc(50% - 34px/2 + 68.64px);
	
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	padding-left: 22px;
	
}
.renter-p{
	left: 3.75%;
	right: 3.07%;
	top: calc(50% - 72px/2 + 127.29px);
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	/* or 133% */
	
	padding-left: 22px !important;
	color: #4C4C4C;
}
@media (min-width: 300px) and (max-width: 768px) {
	.gettogge-btn a{
		display: block;
	    width: 95%;
	    text-align: center;
    }
    .addImageRentMob h3 {
    	max-width: 220px !important;
    }
    .renter-label{
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 29px;
		padding-left: 19px !important;
		letter-spacing: 0.75px;
		
		color: #333333;
    }
    .renter-p{
    	font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: #4C4C4C;
		padding-left: 19px;
    }
    .AddHeaderRent .gettogge-btn {
    	width: 89% !important;
    	padding-top: 11px !important;
    	padding-bottom: 11px !important;
   	    height: auto;
    }
    
    
}
/* US10385 changes */
.eye-desktop-common{
	float: right;
    margin-left: 0px;
    margin-top: -35px;
    position: relative;
    width: 19.5px;
    margin-right:5px;
}
.eye-cp-new-pwd, .eye-cp-new-pwd1, .eye-cp-new-pwd2, .eye-password1, .eye-cp-new-pwd3{
	margin-top: -30px !important;
}
.eye-desktop-common:hover{
	cursor: pointer;
}
.eye-close-desktop,.eye-cp-current-pwd1,.eye-cp-new-pwd1,.eye-cp-new-pwd3,.eye-close-desktop-reset{
	display: none;
}
.login-input-eye:active, .login-input-eye:focus{
	border:none !important;
}
.input_text_eye:active, .input_text_eye:focus{
	border:none !important;
}
.form-group .input_text_eye:active, .form-group .input_text_eye:focus{
	border:none !important;
}
.form-group .input_text_eye{
	border: none !important;
    background: none;
    margin-top: 0px;
    clear: both;
    padding-right: 10px !important;
    height: 0px;
    padding: 0px;
    box-shadow: none;
    height: 0px !important;
    padding: 0px !important;
    background: none;
    border: none !important;
    box-shadow: none !important;
    height: 0px !important;
    padding: 0px !important;
}
.login-input-eye{
	border: none;
    background: none;
    margin-top: 0px;
    clear: both;
    padding-right: 10px !important;
    height: 0px;
    padding: 0px;
}
/* US10385 changes */
.dog-left-one{
	width: 50%;
    position: relative;
    float: left;
}
.toggle-plus-right{
	width: 50%;
    position: relative;
    float: left;
}
.dog-left-one .dog-img{
	width: 100%;
}
.toggle-plus-right .togle-logo-one{
	width: 100%;
}
.toggle_h3{
	font-family: 'Montserrat', sans-serif;
	font-style: Bold;
	font-size: calc(12px + (24 - 12) * ((100vw - 320px) / (1720 - 320)));
	line-height: 27px;
	line-height: 112%;
	text-align: left;
	vertical-align: Top;
	color: #490761;
    font-weight: bold;
    padding-left:10px;
}
.togle-logo-one{
	width: 100%;
}
.bottom-tog-section{
	padding-left: 12px;
	padding-right:12px;
}

.gettogge-btn-right{
    width: 225px;
	height: 70px;
	left: 22px;
	top: 394px;
	background: #490761;
	border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin-top: 8px;
    margin-left: 20px;
    margin-bottom: 9px;
}
.gettogge-btn-right a {
   font-family: "Open Sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	height:30px;
	line-height: 30px;
	margin-top: 16px;
    margin-bottom: 10px;
	
	letter-spacing: -0.5px;
	
	color: #C9EBF1;
    text-decoration: none;
}
.atm-lbl-right{
	font-size: calc(4px + (17 - 4) * ((100vw - 320px) / (1720 - 320)));
	padding-right: 25px;
}
.reward-right-toggle{
	background: #EFF6F;
}
.bottom-tog-section-right span{
    padding-left: 10px;
    font-size: calc(4px + (13 - 4) * ((100vw - 320px) / (1720 - 320)));
}
.bottom-tog-section-right p{
    margin-top: 0px;
    line-height: calc(2.1px + 2.1ex + 2.1px);
    font-family: 'Roboto', sans-serif;
    
}
.access-box-first-toggle{
	height: 190px;
}
.access-box-first-toggle .togle-logo-one{
	height: 190px;
}
.reward-right-toggle{
	background: #EFF6F7 !important;
}
.bottom-tog-section-right{
	background: #EFF6F7;
}
@media only screen and (min-width: 800px) and (max-width: 3000px){
	.access-rewards-desktop{
		display: flex;
	}
}
.footer-disclaimer-top, .footer-discalimer-middle, .footer-disclaimer-bottom{
	font-size:11.8px !important;
}
.footer-disclaimer-bottom{
margin-bottom:20px;
}

@media screen and (min-width: 768px){
.access-rewards-hi-promo{
	display:flex;
}
}
.modal-header-lock{
	background: var(--lock-popup-header);
	color: #fff;
}
body.modal-open {
    overflow: hidden;
}
.modal-content-lock{
	width: 415px;
    margin: 0 auto;
    border: 0px;
}
.modal-title-lock{
	margin: 0px;
    font-size: 20px;
}
.modal-body-lock{
	text-align: left;
}
.mar-loc-20{
	margin-top: 15px;
}
#timer-lock{
	color: #cc291d;
}
@media only screen and (min-width: 290px) and (max-width: 500px){
	.modal-content-lock{
	width: 280px;    
}
}

@media screen and (min-width: 994px) and (max-width: 1300px) {
	#footerUlDiv ul li a {
		font-size: 14px !important;
	}
}