body {
    overflow-x: hidden;
}

.password{
    font-family: password !important;
}


@font-face {
    font-family: password;
    src: url(fonts/password.ttf);
}
#msform h3, #main h3 {
    font-size:25px;
    color: #000;
    text-align: left;
}

/* radio button */
input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    color: $ DarkBrown;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
table.esn_list_data_act td input[type="radio"] {
    display: block;
    margin: 0 auto;
}
input[type="radio"] + label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

input[type="radio"] + label span {
    background-color: $ DarkBrown;
}

input[type="radio"]:checked + label span {
    background-color: $ Orange;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

input[type="radio"]:checked + label span {
    background: #1c9d0f none repeat scroll 0 0;
}

input[type="radio"] + label span {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 3px #333 inset;
}

/* end radio button */

html {
    height: 100%;
    /*background = gradient + image pattern combo*/
    background: #cee2fa; /*linear-gradient(rgba(196, 102, 0, 0.2), rgba(155, 89, 182, 0.2)),  url('http://thecodeplayer.com/uploads/media/gs.png');*/
}

body {
    font-family: montserrat, arial, verdana;
    background-color: unset !important;
    background: none;
    background-color: none;

}

/*form styles*/
#msform {
    max-width: 1350px;
    width: 100%;
    margin: 5px auto;
    text-align: center;
    position: relative;
}

#msform fieldset {
    background: none;
    border: 0 none;
    border-radius: 3px;
    /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
    box-shadow: none;
    box-sizing: border-box;
    margin: 0;
    min-height: auto;
    padding: 20px 0px;
    color: #fff;
    position: absolute;
    width: 100%;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}

/*buttons*/
#msform .action-button {
    background: #27ae60 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 1px;
    bottom: 50px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 5px;
    padding: 10px 5px;
    position: absolute;
    width: 100px;
}

#msform .action-button:hover, #msform .action-button:focus, .c_enroll.action-button:hover, .c_enroll.action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

/*#progressbar li::before {
    content: counter(step);
    counter-increment: step;
    width: auto;
    line-height: 44px;
    display: block;
    font-size: 22px;
    color: #333;
    background: #fff;
    border-radius: 0 24px 25px 0;
    margin: 0 auto 5px auto;
    box-shadow: 2px 0 0 0 #ccc;
}*/
/*progressbar connectors*/
/*#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: white;
position: absolute;
left: -50%;
top: 9px;
z-index: -1;
}
*/

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

.q_box_inner img.yellow_circle {
    width: 50px;
    position: absolute;
    right: 21px;
    top: 21px;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active::before, #progressbar li.active::after {
    background: #1381A5;
    color: white;
    z-index: 1;
}

#msform a:hover {
    color: #ccc;
}

#msform a:focus {
    color: #fff;
}

.main_box {
    margin-top: 220px;
    min-height: 600px;
}

#msform .action-button{
    background: #4489ff;
    border: 0 none;
    border-radius: 8px;
    bottom: 0px;
    color: white;
    cursor: pointer;
    font-size: 21px;
    font-weight: 400;
    padding: 12px 57px;
    position: relative;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
}
.c_enroll.action-button {
    background: #4489ff;
    border: 0 none;
    border-radius: 8px;
    bottom:0;
    color: white;
    cursor: pointer;
    font-size: 21px;
    font-weight: 400;
    padding: 12px 57px;
    position: relative;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
}
.congr_btn {
    float: left;
    width: 100%;
    display: block;
}
.day.night #msform .action-button, .night #do_handover {
    background: #000;
    color: #fff;
}
.handoverr {
    margin-top: 51px;
}
.main_box {
    margin-top: 10%;
}

.prepay {
    display: inline-block;
    float: right;
    width: 46%;
}

.lifeline {
    display: inline-block;
    float: left;
    width: 45%;
}

.lifeline > img {
    float: right;
    width: auto;
}

.prepay > img {
    float: left;
    width: auto;
}

.sec_box {
    background: rgba(0, 0, 0, 0) url("../images/2nd-bg.png") no-repeat scroll center top;
    background-size: auto;
    height: auto;
    margin-bottom: 50px;
    position: relative;
    background-size: auto 100%;
}

.day.night .sec_box {
    background: rgba(0, 0, 0, 0) url("../images/2nd-bg-neight.png") no-repeat scroll center top;
    background-size: auto;
    height: auto;
    margin-bottom: 50px;
    position: relative;
    background-size: auto 100%;
}

.sec_box > img {
    height: 500px;
    width: auto;
}

#msform label, #main label {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
    color: #000;
    text-align: left;
    width: 100%;
}
label {
    color: #000;
}
.night label, .night #main label {
    color: #fff;
}

#msform fieldset input[type="text"], #msform fieldset input[type="tel"], #msform fieldset input[type="email"], #msform fieldset input[type="email"], #msform fieldset select, #main input[type="text"], #main select {
    border: 0 none;
    border-radius: 5px;
    box-shadow: inset 0 0 4px 1px #909090 ;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 46px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px;
    width: 100%;
}
#income input[type="tel"] {
border: 1px solid #9d9d9d;
    border-radius: 5px;
  box-shadow: inset 0px 0 1px 1px #a8a8a8;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 46px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px;
    width: 100%;
}
#income input.error-text-box {
    border: 1px solid #f00;
  box-shadow: inset 0 0 2px 1px #f18787;
}

.night #msform fieldset input[type="text"], .night #msform fieldset input[type="text"], .night #msform fieldset input[type="tel"], .night #msform fieldset input[type="email"], .night #msform fieldset select, .night #income input[type="text"], .night #main input[type="text"], .night #main select {
    background-color: #000;
    color: #fff;
}

#msform .previous.action-button {
    margin-left: auto;
    left: 0;
    position: relative;
}

/*#msform .next.action-button {
    margin-left: auto;
    left: 340px;
}*/
fieldset h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.zip_box {
    position: relative;
    padding-top: 258px;
    padding-bottom: 170px;
}

.review > h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 13px;
    padding: 0;
}

.inner_box {
    float: left;
    width: 100%;
}

.review {
    background: rgba(0, 0, 0, 0) url("../images/review-bg.jpg") no-repeat scroll 0 0;
    height: 410px;
    margin: 0 auto;
    padding: 46px 40px 0;
    text-align: left;
    max-width: 1030px;
    width: 100%;
}

#msform .review label {
    display: block;
    font-size: 17px;
    margin: 0 0 12px;
    width: 100%;
}

#msform fieldset .review select {
    display: inline-block;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #919191;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url("../images/sel-bg.png") no-repeat scroll right 10px center;
    background-position: right 10px center;
}

.three_enroll .review {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 180px;
    padding: 0;
}

.modal-content {
    color: #000;
}

#myModal button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #000;
    border-radius: 100%;
    cursor: pointer;
    height: 30px;
    line-height: 27px;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
}

#msform fieldset.three_enroll .review select {
    display: block;
}

#msform fieldset .three_enroll .review select {
    display: block;
}

.three_enroll img {
    margin-bottom: 90px;
}

.mandetory {
    color: #f90000;
}

/*.select_box.liheap {
  background:url(images/lihe.jpg) no-repeat;
}
.select_box.medical {
  background:url(images/medi.jpg) no-repeat;
}
.select_box.nslp {
  background:url(images/nslp.jpg) no-repeat;
}
.select_box.fpha {
  background:;
}
.select_box.snap {
  background:url(images/snap.jpg) no-repeat;
}
*/
.modal-body::after, .modal-body::before {
    clear: both;
    content: "";
    display: block;
}

.select_box {
    background: #a3ceff;
    background-size: auto;
    background-size: auto;
    background-size: 100% 100%;
    border-radius: 14px;
    box-shadow: 0;
    color: #fff;
    display: block;
    font-size: 21px;
    height: auto;
    position: relative;
    margin: 0 0 50px 0;
    padding: 0 0 20px 0;
    text-decoration: none !important;
    width: 100%;
    border: 2px solid #4489ff;
    max-width: 302px;
    overflow: hidden;
    min-height: auto;
}

.night .select_box {
    background: #000;

}

.select_box.liheap img {
    width: 100%;
}

#msform .select_box p {
    text-align: center;
    color: #181818;
    margin-top: 13px;
    font-size: 14px;
    font-weight: 500;
    min-height: 45px;
}

a.sel_lfy {
    background: #4489ff;
    border: 0;
    padding: 7px 30px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
}

.select_box.selected {
    box-shadow: 0 0 0 3px #05313a;
    background: #2f4e83;
}

#msform .select_box.selected p {
    color: #fff;
}

.select_box.fedral {
    line-height: 28px;
}

.select_box.selected {
    box-shadow: 0 0 0 3px #05313a;
}

#msform fieldset {
    padding-top:60px;
}

.forth_img > img {
    height: 200px;
    width: auto;
}

.three_enroll #myModal1 img {
    margin-bottom: 0;
    width: 100%;
    height: auto;
}

.modal .modal-dialog.popup {
    height: 542px;
    left: 0;
    margin: -275px auto 0;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 90%;
}

.modal .modal-dialog.popup.imgpopup {
    margin: 0 auto;
    top: 10%;
}

.popup .modal-content {
    height: auto;
    text-transform: capitalize;
}

.popup.imgpopup .modal-content {
    height: auto;
    text-transform: capitalize;
}
#income h3 {
    font-size: 15px;
    font-weight: 600;
}
.three_enroll .imgpopup img {
    margin-bottom: 0;
    width: 100%;
}

.modal-title {
    font-size: 21px;
    line-height: 1.42857;
    margin: 0;
}
.night .modal-title {
    font-size: 21px;
    line-height: 1.42857;
    margin: 0;
    color: #fff;
}
#income h3 {
    font-size: 15px;
    font-weight: 600;
    color:#000;
}
.night #income h3 {
    font-size: 15px;
    font-weight: 600;
    color:#fff;
}
#msform #myModal h3 {
    font-size: 17px;
    text-align: left;
}

.modal-body .check-text {
    display: flex;
    flex-wrap: wrap;
    float: left;
    margin-left: 4%;
    width: 89%;
}

@media (max-width: 1199px) {
    .modal .modal-dialog.popup {
        height: 542px;
        left: 0;
        margin: 0 auto;
        max-width: 700px;
        position: absolute;
        right: 0;
        top: 10%;
        width: 90%;
    }
}

@media (max-width: 390px) {
    .modal-body .check-text {
        width: 85%;
    }
}

/* tooltic */
.proof {
    background: rgba(0, 0, 0, 0) url("../images/info.png") no-repeat scroll 0 0 / 100% auto;
    border-bottom: 0 none;
    display: block;
    height: 30px;
    position: absolute;
    right: -19px;
    top: 0;
    width: 30px;
}

/*
.select_box.selected::before {
    background: rgba(0, 0, 0, 0) url("images/checked.png") no-repeat scroll 0 0;
    bottom: 0;
    clear: both;
    content: "";
    display: block;
    font-size: 115px;
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    width: 30px;
}
*/
.tooltip1 .tooltiptext {
    background-color: black;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    left: 0;
    line-height: 18px;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -30px;
    visibility: hidden;
    width: -moz-max-content;
    z-index: 1;
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
}

/* end tooltip */

.personal > h2 {
    margin: 0 0 24px;
}

h2.services_add {
    clear: both;
    display: block;
    float: left;
    margin: 50px 0 22px;
    width: 100%;
}

.per_info {
    position: absolute;
    top: 0;
    right: -80px;
}

element {

}
.per_info a {

    font-size: 21px;

}

.pop_wrp ul {
    position: relative;

}

.full_Width {
    display: block;
    margin: 0 auto;
    max-width: 1170px;
    text-align: left;
    width: 100%;
}

.personal li {
    display: block;
    float: left;
    font-size: 18px;
    list-style: outside none none;
    width: 100%;
}

h3.first-check {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    max-width: 498px;
    text-align: left;
    width: 100%;
}

#msform ul.first-check {
    float: none;
    margin: 0 auto;
    max-width: 498px;
    padding: 0;
    text-align: left;
    width: 100%;
}

#msform .first-check label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 100%;
    text-align: left;
}

.second-check {
    margin: 0;
    padding: 0;
}

#msform fieldset.second_enroll input[type="text"] {
    max-width: 300px;
    width: 100%;
}

#msform .second-check label {
    font-size: 14px;
}

#msform .full_Width h3 {
    float: left;
    font-size: 18px;
    margin: 0 0 8px;
    width: 100%;
}

.personal::after, .personal::before {
    clear: both;
    content: "";
    display: block;
}

.personal {
    display: block;
    margin-bottom: 90px;
    width: 100%;
}

.fifth_enroll h2 {
    margin: 62px 0 35px;
    text-align: center;
}

#msform p {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: justify;
    color: #000;
}

.night #msform p {
    color: #fff;
}

#msform ul {
    margin: 0 0 15px 0;
    padding: 0;
}

.mar-bo-20 {
    margin-bottom: 20px;
    display: block;
}

.input-box {
    float: right;
}

#msform fieldset input.other-box[type="text"] {
    display: inline-block;
    margin-left: 20px;
    max-width: 150px;
    width: 100%;
}

#msform ul.second-check::after, #msform ul.second-check::before {
    clear: both;
    content: "";
    display: block;
}

.left-align {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
}

.fifth_enroll h2.left-align {
    display: block;
    float: left;
    margin: 35px 0 18px;
    text-align: left;
    width: 100%;
}

#msform p::after, #msform p::before {
    clear: both;
    content: "";
    display: block;
}

.full_Width p {
    float: left;
    width: 100%;
}

#msform input.check-box {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
}

.check-text {
    display: flex;
    flex-wrap: wrap;
    float: left;
    margin-left: 1%;
    width: 95%;
}

.mailling_address, .differ_add {
    display: none;
}

/* check box */
input[type=checkbox] {
    visibility: visible;
}

/* SQUARED FOUR */
.squaredFour {
    display: inline-block;
    margin: 0;
    position: relative;
    width: 20px;
    float: left;
}

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 18px;
    left: 0;
    height: 18px;
    top: 4px;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
}

.squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 5px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.check-text > a {
    color: #fcff00;
}

/* end check box */
.sixth_enroll .left-align {
    margin-bottom: 12px;
}

#msform .sixth_enroll .full_Width h3 {
    font-size: 18px;
    margin: 0 0 17px;
}

.plne_outer > ul {
    display: block;
    float: left;
    width: 100%;
}

.p-l-40 {
    margin-left: 36px !important;
}
.plne_outer > ul li {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 70px;
    padding: 0 15px;
    width: 50%;
}

.grey {
    background: #ccc;
}

.plne_outer > ul li.grey {
    background: #ccc none repeat scroll 0 0;
}

.life-hdr {
    background: #211f1f none repeat scroll 0 0;
    display: block;
    float: left;
    padding: 24px 79px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    width: 100%;
}

#msform .life-hdr > p {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.plne_outer > ul {
    display: block;
    float: left;
    width: 100%;
}

.plne_outer > ul li {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    height: 66px;
    line-height: 70px;
    padding: 0 15px 0 50px;
    position: relative;
    width: 50%;
}

.plne_outer > ul li::before {
    clear: both;
    content: "";
    display: block;
    height: 30px;
    left: 16px;
    position: absolute;
    top: 23px;
    width: 30px;
    z-index: 9999;
}

.plne_outer > ul li.talk::before {
    background: url(../images/talk-before.jpg) no-repeat;
}

.plne_outer > ul li.text::before {
    background: url(../images/text-before.jpg) no-repeat;
}

.plne_outer > ul li.data::before {
    background: url(../images/dat-before.jpg) no-repeat;
}

.plne_outer > ul li.select-p::before {
    background: url(../images/select-before.jpg) no-repeat;
}

.plne_outer > ul li.talk::before {
    background: url(../images/talk-before.jpg) no-repeat;
}

.plne_outer > ul li.plan-price::before {
    background: url(../images/plne-before.jpg) no-repeat;
}

.plne_outer > ul li:nth-child(2n) {
    margin: 0;
    padding: 0;
    text-align: center;
}

h1.life-line {
    background: #fff none repeat scroll 0 0;
    border-radius: 13px;
    box-shadow: 0 0 7px 0 #606060 inset;
    color: #07434e;
    font-size: 29px;
    line-height: 64px;
    margin: 43px auto 0;
    max-width: 447px;
    text-align: center;
    width: 100%;
}

.plan-text {
    float: left;
    font-size: 18px;
    margin: 13px 0 30px;
    text-align: center;
    width: 100%;
}

.customer-box {
    background-image: url("../images/review-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 382px;
    max-width: 100%;
    padding: 52px 49px;
    width: auto;
}

.customer-box > h2 {
    margin: 0 0 28px;
}

#msform fieldset .uploading-file select {
    width: 80%;
}

#msform fieldset select, #main select{
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/sel-bg.png) no-repeat scroll right 9px center;
    display: inline-block;
    background-size: 11px;
}

.day.night #msform fieldset select {
    -moz-appearance: none;
    background: #000 url("../images/sel-bg-white.png") no-repeat scroll right 4px center;
    background-size: auto;
    background-size: auto;
    display: inline-block;
    background-size: 12px;
}

.customer-box {
    background-image: url("../images/review-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 262px;
    margin-top: 55px;
    max-width: 100%;
    padding: 52px 49px;
    width: auto;
}

#msform input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#msform .uploading-box label {
    background: rgba(0, 0, 0, 0) url("../images/upload.png") no-repeat scroll 0 0 / 117px auto;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 126px;
    margin-bottom: 5px;
    position: absolute;
    top: -2px;
    width: 126px;
    font-size: 0;
    left: 0;
}
.night #msform .uploading-box label {
    background: rgba(0, 0, 0, 0) url("../images/upload-black.png") no-repeat scroll 0 0 / 117px auto;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 126px;
    margin-bottom: 5px;
    position: absolute;
    top: -2px;
    width: 126px;
    font-size: 0;
    left: 0;
}

#msform fieldset .uploading-file select {
    display: inline-block;
    float: left;
    -webkit-appearance: none;
    width: 80%;
}

.add-box-outer .form-group::after, .add-box-outer .form-group::before {
    clear: both;
    content: "";
    display: block;
}

.addmore > img, .remove > img {
    margin-right: 16px;
}

.remove > img {
    margin-left: 16px;
}

.addmore {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 13px;
    text-decoration: none;
}

.remove:hover, .remove:active, .remove:focus {
    text-decoration: none;
}

.remove {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 13px;
    display: none;
    text-decoration: none;
}

.addmore:hover, .addmore:active, .addmore:focus {
    text-decoration: none;
}

.eight_enroll .customer-box {
    height: auto;
    width: auto;
}

.esn-text {
    float: left;
    font-size: 16px;
    width: 100%;
}

.input-box-height {
    height: 82px;
}

#msform .enrollone .next.action-button {
    background: #27ae60 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 1px;
    bottom: 30px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    left: 0;
    margin: 0 auto;
    padding: 10px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100px;
}

#msform fieldset.margin-top-hdr {
    padding-top: 60px;
}

@media (min-width: 701px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }
}

@media (max-width: 400px) {
    #msform fieldset .uploading-file select {
        width: 67%;
    }
}

@media (max-width: 907px) {
    .lifeline > img {
        width: 100%;
    }

    .prepay > img {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .lifeline {
        width: 100%;
    }

    .prepay {
        width: 100%;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .lifeline > img.mobile {
        float: none;
        margin: 0 auto 40px;
        max-width: 230px;
    }

    .prepay > img.mobile {
        float: none;
        margin: 0 auto;
        width: 230px;
    }
}

@media (max-width: 1300px) {
    #msform fieldset {
        width: 97%;
        left: 0;
        margin: 0 auto;
        right: 0;
    }
}

@media (max-width: 1072px) {
    .review {
        background: rgba(0, 0, 0, 0) url("../images/review-bg.jpg") no-repeat scroll 0 0 / 100% 100%;
        height: 410px;
        margin: 0 auto;
        max-width: 90%;
        padding: 46px 5%;
        width: 90%;
    }

    #msform fieldset .review select.review-box {
        display: inline-block;
        max-width: 50%;
        vertical-align: top;
        width: 50%;
    }

    #msform .review label.review-label {
        max-width: 40%;
        width: 40%;
    }
}

@media (max-width: 700px) {
    #msform .review label.review-label {
        margin: 18px 0 5px;
        max-width: 100%;
        width: 100%;
    }

    .three_enroll .review {
        height: auto;
        margin-bottom: 80px;
        padding-bottom: 78px;
    }

    #msform fieldset .review select.review-box {
        float: left;
        max-width: 480px;
        width: 100%;
    }
}

/* forth enrollment */
@media (max-width: 767px) {
    #msform fieldset.forth_enroll input[type="text"], #msform fieldset.forth_enroll select {
        float: left;
    }

    #msform fieldset.eight_enroll input[type="text"], #msform fieldset.eight_enroll select {
        float: left;
    }

    h3.first-check {
        float: left;
    }

    #msform ul.first-check {
        float: left;
    }

    #msform .eight_enroll label {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .check-text {
        float: right;
        margin-left: 1%;
        width: 90%;
    }

    .customer-box {
        height: auto;
        padding: 52px 19px;
    }
}

@media (max-width: 991px) {

    .plne_outer::after, .plne_outer::before {
        clear: both;
        content: "";
        display: block;
    }

    .plne_outer {
        margin-bottom: 20px;
    }

}

/* scroll bar  */
body {
    margin: 0;
}

html, body {
    height: 100%;
    width: 100%;
}

.wrapper {
    height: 100%;
    overflow: auto;
    width: 100%;
}

.wrapper.scrollbar-dynamic {
    max-height: none;
}

.page-content {
    margin: 0 auto;
    max-width: 1600px;
    padding: 25px;
}

.prettyprint ol.linenums > li {
    list-style-type: decimal;
}

/* scroll bar*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #cee2fa !important;
}

body.day.night, .day.night {
    background-color: #4d4445 !important;
}

#msform .modal-content p {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: justify;
}

.modal-content thead th {
    font-size: 12px;
    text-align: center;
    vertical-align: top !important;
    text-transform: capitalize;
}
.modal-content tbody tr td {
    padding: 4px;
    text-align: center;
}
#msform .custome_class p {
    margin: 0;
    font-size: 13px;
}
#msform fieldset .modal-body input[type="text"] {
    border-radius: 2px;
    box-shadow: 0px 0 3px inset #4489ff;
    float: left;
    height: 42px;
    margin-bottom: 10px;
    width: 100%;
}

.social_security > span {
    float: left;
    margin-left: 11px;
    margin-top: 10px;
    width: 20px;
}

#msform fieldset .social_security input[type="text"] {
    float: left;
    margin: 0;
    max-width: 460px;
    width: 80%;
}

.social_security::after, .social_security::before {
    clear: both;
    content: "";
    display: block;
}

.socialsn .modal-body a.Locate_btn {
    background: #008FD4;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 20px;
    margin: 10px 0;
    padding: 7px 19px 7px 35px;
    position: relative;
    text-decoration: none;
    width: auto;
}

.socialsn .modal-body a:hover {
    text-decoration: none;
}

.socialsn .modal-body li {
    float: left;
    text-align: left;
}

.socialsn .modal-body a::before {
    background: rgba(0, 0, 0, 0) url("../images/placeholder.png") no-repeat scroll 0 0 / 12px auto;
    clear: both;
    content: "";
    display: block;
    height: 50px;
    left: 17px;
    position: absolute;
    top: 13px;
    width: 50px;
}

#Social-Scurity.modal .modal-dialog.popup {
    height: 298px;
    left: 0;
    margin: -150px auto 0;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 90%;
}

.mailling_Out::after, .mailling_Out::before {
    clear: both;
    content: "";
    display: block;
}

.mailling_Out {
    float: left;
}

.social_security {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.dob_box {
    display: inline-block;
    margin-right: 1%;
    width: 32%;
}

.dob_box:last-child {
    margin-right: 0;
}

/*payment */

/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}

.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box label {
    display: block;
}

/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}

.credit-card-box .display-tr {
    display: table-row;
}

.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}

#msform .customer-box .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 0;
}

#msform .credit-card-box label {
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    max-width: 100%;
}

#msform fieldset .credit-card-box select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: none;
    color: #555;
    display: inline-block;
    font-weight: 500;
    height: 32px;
}

/* end payment */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666666;
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
    text-align: left;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #666666;
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
    text-align: left;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #666666;
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
    text-align: left;
}

:-moz-placeholder { /* Firefox 18- */
    color: #666666;
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
    text-align: left;
}

::placeholder {
    color: #666666;
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
    text-align: left;
}

.night input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:white;
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
    opacity: 0.6;
    text-align: left;
}

.night input::-moz-placeholder { /* Firefox 19+ */
    color:white;
    opacity: 0.6;
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
    text-align: left;
}

.night input:-ms-input-placeholder { /* IE 10+ */
    color:white;
    opacity: 0.6;
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
    text-align: left;
}
.day .fa.fa-map-marker {
    color:#333;
    font-size: 25px;
}
.day.night .fa.fa-map-marker {
    color: #fff;
    font-size: 25px;
}

.night input:-moz-placeholder { /* Firefox 18- */
    color: white;
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
    text-align: left;
    opacity: 0.6;
}

.night input::placeholder {
    color: white;
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
    opacity: 0.6;
    text-align: left;
}
.night #msform fieldset input[type="tel"]{
    background:black;
    color:white;
}
#progressbar li .fa {
    font-size: 27px;
}

.btn_f_outer {
    height: 50px;
    width: 244px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.btn_f_outer .fa {
    position: absolute;
    z-index: 9;
    font-size: 33px;
    left: 30px;
    top: -3px;
}

.zip_box h2 {
    color: #000;
    font-weight: 400;
    margin-bottom: 23px;
    font-size: 23px;
}

.day.night .zip_box h2 {
    color: #fff;
}

#msform fieldset .zip_box input[type="text"] {
    max-width: 256px;
    width: 100%;
    border: 1px solid #333;
}
#msform fieldset.second_enroll {
    margin-top: 0px;
    padding-top: 0;
}
#msform .second_enroll .action-button {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.loing_inner .error {
    bottom:0px;
    left: 0;
}
.select_box.selected::before {
    background: rgba(1, 109, 217, 0.7) url("../images/ticknew.png") no-repeat scroll 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: auto;
    bottom: 0;
    clear: both;
    content: "";
    display: block;
    font-size: 115px;
    height: 61%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    background-size: 80px;
    margin: 0 auto;
    top: 0;
    background-position: center;

}
.second_enroll .fa {
    font-size: 21px;
    position: relative;
    border: 2px solid #fff;
    border-radius: 100%;
    font-weight: 400;
    padding: 4px;
}

.error {
    position: absolute;
    left: 14px;

    color: #d82a2a;
    font-size: 12px;
    bottom: -29px;
    text-align: left;
    height: 30px;
}
/*.error {
    position: absolute;
    left: 16px;
    color: #fe5454;
    font-size: 12px;
    bottom: 7px;
    text-align: left;
    height: 10px;
        min-width:200px;
}*/*
.custome_dob .error {
    bottom: 0;
}
.error {
    position: relative;
    left: 0;
    color: #fe5454;
    font-size: 12px;
    bottom: 0;
    text-align: left;
    height: auto;
    min-width: 200px;
    float: left;
}

.login_first .error {
    bottom: 0;
    left: 0;
}
.permanent_check.check_error .error {
    bottom: 0px;
}
.size10 {
    font-size: 10px;
    color: #000
}

.size12 {
    font-size: 12px;
    color: #000
}

.size14 {
    font-size: 14px;
    color: #000
}

.size15 {
    font-size: 15px;
    color: #000
}

.size16 {
    font-size: 16px;
    color: #000
}

.size18 {
    font-size: 18px;
    color: #000
}

.size20 {
    font-size: 20px;
    color: #000
}

.size22 {
    font-size: 22px;
    color: #000
}

.size24 {
    font-size: 24px;
    color: #000
}

.size26 {
    font-size: 26px;
    color: #000
}

.size28 {
    font-size: 28px;
    color: #000
}

.margin-top5 {
    margin-top: 5px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top25 {
    margin-top: 25px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-top35 {
    margin-top: 35px;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-bottom5 {
    margin-bottom: 5px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom15 {
    margin-bottom: 15px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-bottom25 {
    margin-bottom: 35px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.margin-bottom35 {
    margin-bottom: 35px;
}

.margin-bottom40 {
    margin-bottom: 40px;
}

.padding-top5 {
    padding-top: 5px;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-top15 {
    padding-top: 15px;
}

.padding-top20 {
    padding-top: 20px;
}

.padding-top25 {
    padding-top: 25px;
}

.padding-top30 {
    padding-top: 30px;
}

.padding-top35 {
    padding-top: 35px;
}

.padding-top40 {
    padding-top: 40px;
}

.margin-left40 {
    margin-left: 40px;
}

.padding-left40 {
    padding-left: 40px;
}

#msform .next.action-button.nright {
    float: right;
    margin: 0;
    right: 0;
    left: auto;
}

/*.nright .fa.fa-check{
    font-size: 25px;
    position: absolute;
    left: 45px;
    top: 7px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-weight: 400;
    padding: 5px;
}*/
.nright .fa.fa-check {
    font-size: 21px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-weight: 400;
    padding: 3px;
}

/*.nright .fa.fa-times {
    font-size: 25px;
    position: absolute;
    left: 45px;
    top: 7px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-weight: 400;
    padding: 5px 8px;
}
*/
.nright .fa.fa-times {
    font-size: 21px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-weight: 400;
    padding: 3px 5px;
    margin-right: 9px;
}

#msform .previous {
    margin-top: px;
}

#msform .next.action-button.nright {
    float: right;
    margin: 0;
    margin-top: 0px;
    margin-top: 0px;
    right: 0;
    left: auto;
    padding: 12px 50px 12px;
    display: block;
    margin-top:0px;
    position: relative;
}

#msform label.checkbox-inline {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: none;
    width: auto;
    color: #000;
    text-align: left;
    padding-left: 30px;
    min-height: 36px;
}

#msform label.checkbox-inline input {
    visibility: visible;
    left: -10px;
    margin-left: -20px;
}

.day.night p, .day.night #msform h3, .day.night #msform label, .day.night #main h3 {
    color: #fff;
}
#main label.label_text {
    font-size: 21px;
    margin-bottom: 0;
}
/*for check and radio button*/
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.bychecking.checkbox .cr {
    top: 3px;
}
.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    display: block;
    width: 20px !important;
    position: absolute;
    left: 20px;
    height: 19px;
    top: 2px;
}
.radio label input[type="radio"] {
    display: block;
    width: 20px !important;
    position: absolute;
    left: 20px;
    height: 19px;
    top:1px;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

#household-div-error label .cr .cr-icon {
  color: #000;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.checkbox label, .radio label {
    padding-left: 0;
}

.checkbox.custom_chk, .cradio {
    display: inline-block;
    width: auto;
    text-align: left;
}

.checkbox.custom_chk label, .cradio label {
    margin-right: 20px;
    margin-top: 4px;
}

.checkbox .cr {
    border: 1px solid #038baf;
    box-shadow:inset 0px 6px 9px 7px white;
    position: absolute;
    left: 0;
    top: 5px;
}

.night .checkbox .cr {
    border: 1px solid #038baf;
    box-shadow: inset 0px 6px 9px 7px black;
    position: absolute;
    left: 0;
    top: 5px;
}

#msform .checkbox label {
    padding-left: 40px;
    font-size: 15px;
    line-height: 23px;
}
#income .checkbox label {
    padding-left: 40px;
    font-size: 15px;
    position:relative;
    line-height: 23px;
}
div#income .modal-dialog.popup {
   height: 90%;
    left: 0;
    margin: 0 auto;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 10%;
    width: 90%;
}
.night .input_bg input[type="text"] {
    background: #000;
}

input:focus {
    color: #f00;
    outline: 0;
}
select:focus {
    outline: 0;
}
.modal-content .panel {
    border: 0;
    margin-bottom:0;
}
.night #msform fieldset input[type="text"] {
    color: #fff;
}

.radio .cr .cr-icon {
    color: #038baf;
    font-size: 13px;
}

.radio .cr {
    border: 1px solid #038baf;
    box-shadow:inset 0px 6px 9px 7px white;
    width: 21px;
    height: 21px;
}

.night .radio .cr {
    border: 1px solid #038baf;
    box-shadow:inset 0px 6px 9px 7px black;
}

.night .radio .cr .cr-icon {
    color: #fff;
    font-size: 13px;
}

.ques span {
    background: #1381A5;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100%;
    line-height: 50px;
    font-size: 20px;
    font-weight: 500;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.check_error .error {
    bottom: -14px;
}
input:-moz-read-only { /* For Firefox */
    background-color: #e1e1e1;
}

input:read-only {
    background-color: #e1e1e1;
}
.night input:-moz-read-only { /* For Firefox */
    background-color:#4b4b4b!important;
}

.night input:read-only {
    background-color:#4b4b4b !important;
}



.night #msform fieldset input:-moz-read-only { /* For Firefox */
    background-color: #595959;
    background: #595959;
}
.night #msform fieldset input:read-only {
    background-color: #595959;
    background: #595959;
}



#msform fieldset input.error-text-box, #msform fieldset select.error-text-box, .loing_inner input.error-text-box {
    border: 1px solid #ff5959;
    box-shadow: inset 0 0px 0px 1px #ff5959;
}
.ques {
    width: 100%;
    background: #1381A5;
    height: 3px;
    margin-bottom: 50px;
}

#msform h4 {
    color: #000;
    font-size: 29px;
    text-align: left;
    font-weight: 500;
}

.night #msform h4 {
    color: #fff;
    font-size: 29px;
    text-align: left;
    font-weight: 500;
}

.nobtn {
    background: #4489ff;
}

.yesbtn {
    background: #970303 !important;
}

#msform .action-button.move {
    position: relative;
    margin-top: 41px;
}

.ques.sorry span {
    background: #970303;
    border-radius: 0;
    width: 195px;
    padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 6px;
    font-size: 22px;
}

.uploading-box {
    display: inline-block;
    float: none;
    margin: 0 auto 15px;
    position: relative;
    width: 156px;
    height: auto;
}

.capturebtn_custome {
    margin: 0 auto;
    width: 156px;
    height: 45px;
    font-size: 17px;
    font-weight: 500;
}

#videoWrap, #videoWrap_ga, #videoWrap_modal, #videoWrap_ga_modal {
    margin: 0px auto;
    max-width: 660px;
    max-height: 500px;
    border: 2px #333 solid;
    width: 100%;
}
#video, #video_ga, #video_modal, #video_ga_modal {
    max-width: 640px;
    height: auto;
    background-color: #666;
    width: 100%;
}

.upld {
    display: block;
    margin: 112px auto 0;
    float: none;
    width: 100%;
    height: auto;
    max-width: 850px;
}

.upld_inner {
    float: none;
    background: #4d4445;
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}

.night .upld_inner {
    background: #fff;
}

.upld img {
    width: 100%;
    line-height: 151px;
    font-size: 22px;
}

.night .upld img {
    color: #000;
}

.uploading-file::after, .uploading-file::before {
    display: block;
    clear: both;
    content: "";
}

.uploading-file {
    display: block;
    margin: 0 auto;
    float: none;
}

.inner_loding_box {
    float: left;
    width: 100%;
}

.uploading-box::after, .uploading-box::before {
    display: block;
    clear: both;
    content: "";
}

/*end new*/
#msform h3.panalty {
    font-size: 32px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

#msform h4.intro {
    font-size: 22px;
}

.dataplanr_left {
    background: #fff;
    border-radius: 7px;
    padding: 15px;
    margin-right: -16px;
    position: relative;
}

/*.dataplanr_left img {
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 2;
    top: 61px;
}*/
.dataplanr_left .selected_plan {
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 2;
    top: 61px;
    background: #337ab7;
    width: 80px;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    height: 80px;
    font-size: 40px;
}
.dataplanr_left .selected_combo_seperate_plan {
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 2;
    top: 61px;
    background: #337ab7;
    width: 80px;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    height: 80px;
    font-size: 40px;
}

.dataplanr_left .selected_plan .fa.fa-check {
    display: none;
}

.dataplanr_left .selected_plan.selecte_plan_box .fa.fa-check {
    display: block;
}

.dataplanr_left .selected_plan .fa.fa-plus {
    display: block;
}

.dataplanr_left .selected_plan.selecte_plan_box .fa.fa-plus {
    display: none;
}

.dataplanr_left .selected_plan .fa {
    color: #fff;
    padding: 20px 0 0 0;
}


.dataplanr_left .selected_combo_seperate_plan .fa.fa-check {
    display: none;
}

.dataplanr_left .selected_combo_seperate_plan.selecte_combo_seperate_plan_box .fa.fa-check {
    display: block;
}

.dataplanr_left .selected_combo_seperate_plan .fa.fa-plus {
    display: block;
}

.dataplanr_left .selected_combo_seperate_plan.selecte_combo_seperate_plan_box .fa.fa-plus {
    display: none;
}

.dataplanr_left .selected_combo_seperate_plan .fa {
    color: #fff;
    padding: 20px 0 0 0;
}

#msform p.pricefont {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 53px 0 0 0;
}

.night #msform p.pricefont {
    color: #000;
}

#msform p.voice_font {
    margin: 0;
    text-align: center;
    font-size: 14px;
    padding: 0 0 53px 0;
}

.night #msform p.voice_font {
    color: #000;
}

.dataplanr_right {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}

#msform ul.data_feture li {
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 18px;
    list-style: none;
}

#msform ul.data_feture li::before {
  display: block;
  clear: both;
  content: "";
  width: 5px;
  height: 5px;
  background: #474747;
  position: absolute;
  left: 0;
  border-radius: 100%;
  top: 11px;
}

#msform ul.data_feture li.fem {
    font-weight: 600;
    margin: 6px 0 10px 0;
    padding-left: 0;
}

#msform ul.data_feture li.fem::before {
    display: block;
    clear: both;
    content: "";
    width: 0px;
    height: 0px;
    background: none;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 9px;
}

#msform ul.data_feture {
    padding: 0;
    margin: 0;
}

#msform h3.upload-prf {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

#wrapper {
    padding-left: 225px;
    padding-top: 60px;
}

/*progress bar */
#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 7.5%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 0px;
    color: #333;
    background: none;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 107%;
    height: 10px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #27AE60;
    color: white;
    z-index: 1;
}

#progressbar li.active:before, #progressbar li.active:after {
    background: #27AE60;
    color: white;
    border-radius: 10px;
    z-index: 1;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li.active::before {
    background: none;
}
.mandotery {
    color: #000;
    height: 17px;
    line-height: 15px;
}
.day.night .mandotery {
    color: #fff;
}

small.mandotery font.mandetory {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}

.pre-application {
    width: 292px;
    background: #4489ff;
    border-radius: 5px;
    height: 48px;
    font-size: 19px;
    line-height: 48px;
    margin-bottom: 27px;
}

.custome_class {
    max-width: 470px;
    width: 100%;
}

.custome_class {
    max-width: 600px;
    width: 100%;
}

.custome_class, .custome_class tr, .custome_class tr td {
    border-collapse: collapse;
    color: #5f5f5f;
    text-align: left;
}

.custome_class tr td {
    border: 0;
    border-radius: 0;
    font-size: 13px;
    color: #000;
}
.custome_class tr td:first-child {
    width: 170px;
    font-weight: 600;
}

.night .custome_class tr td {
    color: #fff;
}

.night .custome_class tr td:nth-child(2) {
    color: #fff;
}

.custome_class tr td:nth-child(2) {
    color: #333;
}

.custome_class {
    box-shadow: 0px 0px 0px 1px #4489ff;
}

.custome_class tr {
    box-shadow: 0px 0px 0px 1px #4489ff;
}

#msform p.byclicking {
    color: #f00;
    padding-left: 37px;
    font-size: 17px;
}

#msform .next.action-button.nright.esign {
    padding: 6px 10px;
}

.night .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #000;
    color: #fff;
}

.night table.table-striped {
    background-color: #302e2f;
    color: #fff;
}

.congrats {
    display: block;
    max-width: 790px;
    width: 100%;
    border: 1px solid #4489ff;
    padding: 21px 42px 90px;
    border-radius: 7px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 9px 2px inset #ccc, 0px 1px 13px 1px #f5f5f5;
    margin: 60px auto 0;
}

.cong_text {
    font-size: 40px;
    color: #009c07;
    margin-bottom: 10px;
    display: block;
}

#msform p.regis_text {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #d8eaff, rgba(255, 0, 0, 0));
    max-width: 460px;
    margin: 0 auto;
}

.night #msform p.regis_text {
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #5ba1f3, rgba(255, 0, 0, 0));
}

#msform .congrats p {
    text-align: center;
}
.finish_btn p {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
}

.finish_btn p a {
    margin: 0 6px;
}


#msform p.enroll_text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 7px;
}

#msform p.review_text {
    font-size: 15px;
}

#msform .finish_btn .action-button {
    position: relative;
    padding: 9px 40px;
    font-size: 17px;
    bottom: 0;
    text-decoration: none;
}

#msform .finish_btn .action-button:hover {
    text-decoration: none;
}
span.finish_btn {
    float: left;
    width: 100%;
    margin-top: 16px;
}

.night .congrats {
    background: #000;
    box-shadow: none;
    border: 1px solid #ccc;
}

.day.night #msform .action-button.congrats_btn {
    background: #414141;
}

.checkbox.custom_chk.hdchk {
    margin-top: 50px;
}

.action-button .fa.fa-home {
    font-size: 29px;
    margin-right: 5px;
}

/*login page*/
.checkbox a {
    word-break: break-all;
}

.checkbox a:hover {
    color: #ccc;
}

.login-icon {
    position: absolute;
    top: 0;
    left: 0;
    color: #157cc8;
    padding: 10px 11px;
    border-radius: 0;
    font-size: 38px;
    background: none;
    margin: 0 0 0;
    z-index:1;
}

.loing_inner {
    position: relative;
    border: 0px solid #2f8aff;
    border-radius: 5px;
    margin-bottom: 30px;
}

.loing_inner .form-control {
    display: block;
    width: 100%;
    height: 62px;
    padding: 9px 12px 9px 67px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 0px 4px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0px 4px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login-outer label {
    color: #444;
    padding-left: 26px;
    margin-top: 5px;
}

.card-footer {
    text-align: center;
}

.login-bg {
    background: #646c77 !important;
    height: 100%;
    font-family: 'Numans', sans-serif;
}

.container {
    height: 100%;
    align-content: center;
}
.card {
    height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    width: 90%;
    background-color: rgb(255, 255, 255) !important;
    max-width: 500px;
    padding: 90px 50px 20px 50px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    position: relative;
    left: 0;
    right: 0;
    margin-top:10%;
    border-radius: 20px;
    box-shadow: 0px 0px 19px 3px #333;
}
.lp {
    width: 100%;
    color: #fff;
    margin-top: 20px;
    text-align: justify;
}
.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

.social_icon span:hover {
    color: white;
    cursor: pointer;
}

.card-header h3 {
    color: white;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}

.remember {
    color: white;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn {
    color: black;
    background-color:: transparent;
    width: 100px;
}

.login_btn:hover, .login_btn:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
    color: #000;
}

.links {
    color: #1a1a1a;
}

.links a {
    margin-left: 4px;
}

.card-footer {
    text-align: center;
    margin-top: 16px;
}
.logo img {
    width: 91px;
    margin-top: 27px;
}
.logo {
    position: absolute;
    height: 130px;
    width: 130px;
    padding: 7px;
    background: #fff;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 110px;
    font-size: 31px;
    color: #fff;
}

.g-recaptcha {
    border: 1px solid #4489ff;
    max-width: 306px;
    width: 100%;
    border-radius: 4px;
}

.login-footer img {
    width: 110px;
    float: right;
}

a.forget {
    margin-top: 12px;
    display: block;
    color: #8d8d8d;
}

.login_btn {
    background: #4489ff;
    background-color: rgb(68, 137, 255);
    border: 0 none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 37px;
    position: relative;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
}

.login-footer {
    margin-top: 40px;
}

#msform .modal-content h3 {
    font-size: 16px;
}

.nav .dropdown-menu > li > a {
    padding: 3px 6px;
}

.night .modal-content {
    background: #4d4445;
}

.selected_plane_img {
    display: none;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 0;
    width: 170px;
    margin: 6px auto 0;
    display: block;
}
#dynamic_image_append {
    width: 100%;
    float: left;
    margin-top: 30px;
    height: auto;
}
#dynamic_image_append > div {
    width: 150px;
    height: auto;
    float: none;
    margin-right: auto;
    position: relative;
    margin-bottom: 60px;
    border: 1px solid #4e4e4e;
    margin-left: auto;
}
#dynamic_image_append > div .removeImage {
    background:#989898;
    border: 0;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -16px;
    right: -11px;
    z-index: 9;
}
#dynamic_image_append > div img {
    width: 100%;
    height: 130px;
}

.navbar-brand > img {
    display: block;
    width: 130px;
}

ul {
    list-style-type: none;
    list-style-image: none;
}

/*end login page */
/*alert*/
.alert_custome {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.8);
}

.inner_alert_custome {
    position: absolute;
    max-width: 340px;
    background: #fff;
    width: 94%;
    top: 50%;
    margin-top: -60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    z-index: 10;
}

.close_custome {
    position: absolute;
    right: 9px;
    top: -3px;
    font-size: 29px;
    color: #fff;
    cursor: pointer;
}

.inner_alert_custome h2 {
    background: #b60000;
    margin: 0 0 12px 0;
    padding: 8px 15px;
    font-size: 19px;
    color: #fff;
}

.inner_alert_custome p {
    padding: 0 15px;
    font-size: 14px;
    line-height: 18px;
    color: #000 !important;
}

.inner_alert_custome p {
    font-size: 14px;
    line-height: 18px;
}
.add_p {
    background: #606060;
    width: 100%;
    float: left;
    margin-top: 0;
    padding: 4px 0;
    text-transform: capitalize;
    height: 30px;
}
.loader_outer {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    z-index:9999;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    position: absolute;
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
}

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

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

/*end alert*/
.enroll-ment-text {
    font-size: 20px;
    color: #000;
    width:auto;
    text-align: left;
}

#msform .enroll-ment-text .action-button {
    width: auto;
    bottom: 0;
    margin: 0 !important;
}
#msform .enroll-ment-text .action-button .fa.fa-check {
    font-size: 22px;
}

.night .enroll-ment-text {
    font-size: 20px;
    color: #fff;
}
.night .close {
    color: #fff;
    opacity: 1;
}
.enrollment-progressbar {
    background: #c9c9c9;
    height: 7px;
    border-radius: 10px;
    overflow: hidden;
}
.enrollment-progressbar li {
    background: #129e0f;
    width: 7%;
    float: left;
    display: block;
    height: 7px;
}
.table.table-datat {
    max-width: 500px;
    width: 100%;
}
.table.table-datat td:nth-child(2) {
    text-align: right;
}
.night .table.table-datat .table-1 {
    background: #3c3132;
}
.night .table.table-datat .table-1 {
    background: #000;
}
.night .table.table-datat .table-2 {
    background: #4d4445;
}
.table.table-datat {
    max-width:640px;
    width: 100%;
    background: #add2fe;
}
.night .table.table-datat {
    max-width: 640px;
    width: 100%;
    background: #302e2f;
    color:#fff;
}
.vacant_Proof li {
    display: block;
    text-align: left;
    font-size: 15px;
}
#vacant_message {
    color: #f30000;
    text-align: left;
    display: block;
    font-size: 17px;
}
.night .vacant_Proof li{
    color:#fff;
}
.night #vacant_message{
    color:#ff7676;
}
.table-bordered {
    border: 1px solid #898989;
}
.table-bordered > thead > tr > th {
    background: #0475a9;
    color: #fff;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #898989;
    border-top-color: rgb(137, 137, 137);
    border-top-style: solid;
    border-top-width: 1px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.error_msg {
    color: #f00;
    font-size: 20px;
    display: block;
    text-align: center;
}
.night p.error_msg {
    color: #f00;
}
.error_wrp img {
    display: block;
    margin: 10px auto 20px;
    width: 71px;
}
.error_wrp {
    display: block;
    margin: 40px auto 0;
    border: 1px solid #ccc;
    max-width: 610px;
    width:100%;
    background: #fff;
    box-shadow: inset 0 0 12px 2px #ccc, 0 0 6px 0px #eaeaea;
    padding: 10px;
    border-radius: 4px;
}
.night .error_wrp {
    max-width: 610px;
    width:100%;
    background: #000;
    box-shadow: inset 0 0 12px 2px #a8a8a8, 0 0 6px 0px #c3c3c3;
    padding: 10px;
    border-radius: 4px;
}
.congr_inner .fa.fa-check-circle {
    color: #1b8f04;
    font-size: 81px;
    display: block;
    text-align: center;
    margin: 10px 0 21px;
}
.cong_text1 {
    font-size: 43px;
    color: #1b8f04;
    text-align: center;
}
.cong_msg {
    font-size: 26px;
    text-transform: capitalize;
}
.congr_inner table {
    width: 100%;
    font-size: 19px;
    margin: 25px 0 29px;
}
.congr_inner table tr td:first-child {
    color: #000;
    font-size: 20px;
    padding:6px 0;
}
.error_wrp.congr_inner {
    max-width: 700px;
    padding: 21px 30px;
}
.error_wrp.congr_inner::after, .error_wrp.congr_inner::before {
    display: block;
    clear: both;
    content: "";
}
.congr_btn {
    float: left;
    width: 100%;
    display: block;
}
.cong_msg font {
    color: #0e9531;
}
.congr_inner table tr td{
    color: #000;
}
.night .congr_inner table tr td{
    color: #fff;
}
.day.night .c_enroll.action-button {
    background:#000;
}
.error-hide {
    display: none;
}
.makeAlphabetsCapital{
    text-transform: uppercase;
}
.fa.fa-question {
    font-size: 14px;
    font-weight: 500;
    background: #4489ff;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    border-radius: 100%;
    margin-left: 0px;
    color: #fff;
    cursor: pointer;
}
.ttip {
    background: none;
    box-shadow: none;
    border: 0;
    position:absolute;
}

/*new enroll*/
ul.enroll_steps {
    padding: 0;
}
.enroll_steps li::after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #e6e6e6;
    position: absolute;
    right: -19px;
    top: 0;
    z-index: 1;
}
.active_step::after {
    border-left: 20px solid #4187f7 !important;
}
.enroll_steps li:first-child::before {
    border-left: 20px solid #e6e6e6;
}
.enroll_steps li::before {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.enroll_steps li::after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #89b8ff;
    position: absolute;
    right: -19px;
    top: 0;
    z-index: 1;
}
li.active_step::first-child::before {
    border-left: 0px solid #4187f7 !important;
}
.night .active_step::before {
    border-left: 20px solid #000 !important;
}
.active_step::before {
    border-left: 20px solid #4187f7 !important;
}
.active_step::after {
    border-left: 20px solid #1259ca !important;
}
.night .active_step::after {
    border-left: 20px solid #000 !important;
}
.night .enroll_steps li::after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #909090;
    position: absolute;
    right: -19px;
    top: 0;
    z-index: 1;
    COLOR: #FFF;
}
.enroll_steps li {
    width: 24%;
    float: left;
    list-style: none;
    background:#89b8ff;
    text-transform: capitalize;
    padding: 10px;
    position: relative;
    text-align: center;
    color:#333;
    margin-top: 20px;
    margin-bottom: 10px;
}
li.active_step {
    background: #1259ca;
    color: #fff;
}
/*end new enroll*/
.day.night .c_enroll.action-button {
    background: #595959;
}
.ten_enroll .checkbox {
    margin-left: 20px;
}
.ten_enroll .main_check {
    margin-left: 0;
}
#msform h4.intro.termc {
    margin-left: 18px;
}
.main_check img {
    width: 31px;
    position: absolute;
    left: -35px;
    top: 0;
}
.main_check b {
    font-size: 16px;
}
.error-text-box .radio .cr {
    border: 1px solid #f00!important;
}
.error-text-box.checkbox .cr {
    border: 1px solid #f00!important;
}
p#penalty-error {
    color: #f00!important;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
.main_check .cr {
    top: 3px;
}
/*tool tip*/
/*.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}*/
a.tooltips {
    position: absolute;
    display: inline;
}
a.tooltips span {
    position: absolute;
    width: 300px;
    color: #FFFFFF;
    background: #000000;
    height: auto;
    line-height: 21px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    font-size: 14px;
    padding: 10px;
}
a.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -78px;
    width: 0;
    height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 0.8;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 8;
}
/*end tolltip*/

.enroll_steps li:first-child::before {
    border-left: 0 !important;
}
.active_step::before {
    border-left: 20px solid #fff !important;
}
.night .active_step::before {
    border-left: 20px solid #fff !important;
}
.night .enroll_steps li {
    width: 24%;
    float: left;
    list-style: none;
    background: #909090;
    padding: 10px;
    position: relative;
    text-align: center;
    color: #fff;
}
.night li.active_step {
    background: #000;
    color: #fff;
}
#progress-bar-id {
    position: fixed;
    width: 100%;
    z-index: 9;
    max-width: 1383px;
    top: 52px;
    background: #cee2fa;
}
.night #progress-bar-id {
    background: #4d4445 ;
}
/*plan page*/
.table.plan_table, .table.plan_table tr, .table.plan_table tr td {
    border: 1px solid #a1a1a1;
    border-collapse: collapse;
}
.table.plan_table tr th {
    color: #fff;
    background: #4187f7;
    font-size: 15px;
    text-transform: uppercase;
}
.table.plan_table tr td {
    color: #009ee3;
    font-size: 23px;
    font-weight: 600;
    padding: 5px 5px;
}
.plan_box_new {
    background: #fff;
    padding:20px 30px 30px;
    width: auto;
    display: block;
    margin-bottom: 30px;
    overflow:hidden;
    min-height: 570px;
}
.plan_box_new:hover {
    background: #e9e9e9;
}
.night .plan_box_new:hover {
    background:#3f3f3f;
}
.combo_seperate_plan_box_new {
    background: #fff;
    padding:20px 30px 30px;
    width: auto;
    display: block;
    margin-bottom: 30px;
    overflow:hidden;
    min-height: 570px;
}
.combo_seperate_plan_box_new:hover {
    background: #e9e9e9;
}
.night .combo_seperate_plan_box_new:hover {
    background:#3f3f3f;
}
.sel_plan {
    background: #4489ff;
    border: 0;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 600;
    display: block;
    margin: 16px auto 0;
}
.sel_combo_seperate_plan {
    background: #4489ff;
    border: 0;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 600;
    display: block;
    margin: 16px auto 0;
}
#msform ul.data_feture li {
    color: #000;
}
.night .plan_box_new{
    background:#000;
}
.night .combo_seperate_plan_box_new{
    background:#000;
}
.night .table.plan_table tr th {
    color: #fff;
    background: #909090;
}
.night .table.plan_table tr td {
    color: #fff;
}
.night #msform ul.data_feture li {
    color: #fff;
}
.night #msform ul.data_feture li::before {
    background: #fff;
}
.night .sel_plan {
    background:#454545;
}
.night .sel_combo_seperate_plan {
    background:#454545;
}
.night .plan_box_new.selected_plan_box {
    background: #000;
}

.night .combo_seperate_plan_box_new.selected_combo_seperate_plan_box {
    background: #000;
}
.custume_hight {
    min-height:73px;
}
.three_enroll .checkbox.bychecking {
    margin: 0;
}
#msform fieldset input:focus, #msform fieldset select:focus {
    border: 1px solid #4489ff;
    box-shadow: inset 0 0px 0px 1px #4489ff;
}
#login-form-submit .loing_inner input.form-control:focus {
    border: 1px solid #4489ff;
    box-shadow: inset 0 0px 0px 1px #4489ff;
}
#msform .plan_box_new p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
    min-height: 46px;
}
.selct_div, .selected_Arrow {
    display: none;
}
.selected_plan_box .selected_Arrow {
    width: 100%;
    position: absolute;
    background:url(../images/ticknew.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    height: 70px;
    left: 0;
    bottom:41%;
    border-radius: 0 0 5px 5px;
    background-size: 46px;
    display:block;
    background-position: center;
}

.selected_combo_seperate_plan_box .selected_Arrow {
    width: 100%;
    position: absolute;
    background:url(../images/ticknew.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    height: 70px;
    left: 0;
    bottom:41%;
    border-radius: 0 0 5px 5px;
    background-size: 46px;
    display:block;
    background-position: center;
}

.plan_box_new.selected_plan_box {
    position: relative;
    background: #9be4ff;
}
.selected_plan_box .selct_div {
    background: rgba(163, 218, 248, 0.4);
    position: absolute;
    width: 100%;
    display:block;
    height: 100%;
    top: 0;
    left: 0;
}
.nav.nav-tabs .fa.fa-thumbs-up {
    color: green;
    font-size: 24px;
    margin-right: 7px;
}
.nav.nav-tabs .fa.fa-thumbs-down {
    color: red;
    font-size: 24px;
    margin-right: 7px;
}
#msform p.proof-note {
    font-size: 21px;
    display: block;
    margin-bottom: 27px;
    text-align: center;
}
.free {
    font-size: 26px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 40px;
    display: block;
    background: #046608;
}
.custome_dob .error {
    bottom:0px;
}
.login-icon .fa {
    z-index: 9;
}
.mobile-view {
    display: none;
}
.desktop-view {
    display: block;
}
.paid {
    color: #fff;
    font-size: 26px;
    margin-bottom: 0;
    display: block;
    text-transform: capitalize;
    background: #d20000;
}
.paid-text {
    color: #353535;
    font-size: 20px;
    margin: 0 0 10px;
    display: block;
    text-align: center;
}
.night .paid-text {
    color: #fff;
}
.ordersList .fa {
    font-size: 19px;
}
.ordersList .fa.fa-check-circle {
    color:#008000;
}
.ordersList .fa.fa-pie-chart {
    color:#0694ef;
}
.ordersList .fa.fa-refresh {
    color: #ef8d2e;
}
.ordersList .fa.fa-ban {
    color:#f00;
}
.ordersList .fa.fa-truck {
    color:#6f6464;
}
.ordersList .fa.fa-hand-o-right {
    color: #000;
}
a.ordersall {
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 18px;
    margin-left: 40px;
    background: #14b5e0;
    padding: 2px 31px;
    border-radius: 3px;
    position:relative;
}
.ordersall.guideBtn {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 119px;
  margin: 0 auto;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  top: 20px;
}
a.ordersall:hover {
    background: #0a7693;
    text-decoration:none;
}
.order_home {
    color: #fff;
    background:#2f8310;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    float: right;
    text-transform: uppercase;
    font-weight: 600;
}
.order_home:hover {
    color: #fff;
    background:#1b6201;
    text-decoration:none;
}
.order_home .fa.fa-home {
    margin-right: 7px;
    font-size: 19px;
}
.error_wrapper {
    border: 1px solid #ff7979;
    background: #fa9d9d;
}
.error_wrapper label {
    color:#3c3c3c !important
}
.error_wrapper .error {
    color: #3c3c3c;
}
.day.night h3,.table > tbody > tr > th, .night .table > tbody > tr > td, .night legend, .night fieldset{
    color:#fff;
}


/*================================upload proof========================================*/
ul.cintexUploadList {
    border-bottom: 1px solid #ccc;
    counter-reset: item;
    margin-bottom: 0 !important;
    padding-left: 0;
}
ul.cintexUploadList li, .StatusTagsList {
    border: 1px solid #ccc;
    list-style-position: inside;
    list-style-type: none;
    font-weight: bold;
    /*padding: 20px;*/
    margin-bottom: 0px;
    border-bottom: none;
}
ul.cintexUploadList li a, ul.cintexUploadList li span.docsReference {
    display: block;
    font-weight: normal;
    color: #0185d8;
    text-decoration: underline;
    padding-left: 10px;
}
ul.cintexUploadList li a:hover, ul.cintexUploadList li span.docsReference:hover {
    cursor: pointer;
}
.status {
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 3px 5px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: initial;
    float: right;
    margin-right: 20px;
    color: #fff;
    min-width: 84px;
    text-align: center;
}
.status-default {
    background: #ffffff;
    border-color: #6b6b6b;
    display: none;
    color: #7b7b7b;
    font-weight: 100;
}
.status-VerifiedDocs {
    background: rgba(146, 198, 98, 1);
    border-color: rgb(55, 75, 37);
    display: none;
}
.status-RejectedDocs {
    background: #eb1c24;
    border-color: #9d1318;
    display: none;
}
.status-InComplianceReviewDocs {
    background: #f9992c;
    border-color: #7a3611;
    display: none;
}
.statusInlineBlock {
    display: inline-block;
}
.cintexUploadList .count, .StatusTagsList .count {
    color: #0185d8;
    margin-right: 5px;
}
.displayNoneImp {
    display: none !important;
}
.displayNone {
    display: none;
}
.panel-footer-docs {
    padding: 20px 30px;
}
.statusLabel {
    color: #7b7b7b;
    font-weight: normal;
    display: table-cell;
    vertical-align:middle;
    width: 25.5%;
    background:#fff;
}
.statusType {
    width: 75%;
    display: table-cell;
    background: #fff;
}
.statusRow {
    display: table;
    width:100%;
}
.header-cintexUploadList {
    padding: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #959595 !important;
    font-weight: 700;
    font-size: 18px;
}
.headerb-cintexUploadList {
    color: #323232;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ccc;
    background-color: #959595 !important;
    font-weight: bold !important;
    color: #000 !important;
    font-size: 18px;
}
.statusLabel {
    color: #7b7b7b;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    width: 25.5%;
}
.statusType {
    width: 75%;
    display: table-cell;
}
.p20 {
    padding: 20px;
}
<!--
- 2ndpage--> .panel-footer-docs {
    padding: 20px 30px;
}
.bg-gray-light2 {
    background-color: #fbfbfb !important;
}
.pt-xs {
    padding-top: 5px !important;
}
.media-body {
    line-height: 20px;
}
.list-block {
    padding-left: 0;
    list-style: none;
}
.panel {
    box-shadow: none !important;
    border: 1px solid #d7d7d7 !important;
}
.panel, .panel .panel-heading {
    position: relative;
    border-radius: 0;
}
.alert {
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 92%;
}
.alert-info {
    background-color: #e6f1f8 !important;
    color: #3d5c7b !important;
    font-weight: 400;
    border-color: #e6f1f8 !important;
}
.custom-counter {
    margin-left: 0;
    padding: 0;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    list-style-type: none;
}
.custom-counter li {
    counter-increment: step-counter;
    display:block;
}
.custom-counter li::before {
    content: counter(step-counter);
    margin-right: 7px;
    border-radius: 50%;
    behavior: url(PIE.htc); /* IE8 */
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #a9b4c2;
    color: #a9b4c2;
    text-align: center;
    font: 15px Arial, sans-serif;
    float:left;
}
.custom-counter li.nostep::before {
    content: none;
}
.custom-counter li.nostep {
    content: none;
    margin-left:38px;
}
.custom-counter-content {
    display:block;
    color:#000;
    margin:10px 0px 0px 40px;
}
@media (min-width: 420px) {
    .custom-counter-content {
        margin: 10px 0px 10px 50px;
    }
}
ul.other {
    counter-reset: step-counter 0;  /* Resets the counter to 0*/
    margin-left: 4.2em !important;
}
li #userSelectedGP li::before, li #userSelectedGPINC li::before, li #userSelectedID li::before {
    display:none;
}
.bg-gray-light {
    background: #c5c5c5;
    margin: 15px 0;
    padding: 15px;
}
.text-md {
    font-size: 22.1px !important
}
.panel-header {
    background-color: #f5f5f5;
    border-bottom: #cacaca 1px solid;
    border-top: #0185d8 1px solid;
    border-left: #0185d8 1px solid;
    border-right: #0185d8 1px solid;
}
.text-darkgrey{
    color:#606060;
}
.icon-gray-gradient {
    background: -webkit-linear-gradient(#afafaf, #5d5d5d);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-blue-upload {
    background: #004681 !important;
    text-shadow: none;
    padding: 5px 15px;
    width: 70%;
    box-shadow: 0px 2px 0px #888888;
    margin-top: 0px !important;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.btn-blue-upload :hove{
    color:#fff
}
.panel-cards-blue {
    border-right: #0185d8 1px solid !important;
    border-left: #0185d8 1px solid !important;
    border-bottom: #0185d8 1px solid !important;
    background-color: #FFF !important;
}
.tab-content {
    padding: 10px 20px;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #e6e9ee;
}
.tab-content {
    padding: 10px 0 !important;
}
.nav-tabs>li>a {
    font-weight: 400;
    color: #585f69;
    background-color: #f4f5f5;
    margin: 0;
    border: 1px solid #e6e9ee;
    border-radius: 0;
    padding: 8px 18px;
    cursor: pointer
}
.mb20 {
    margin-bottom: 20px;
}
.icon-md {
    font-size: 2.5em !important;
}
.mb, .mv {
    margin-bottom: 10px !important;
}
.custom-counter li::before {
    content: counter(step-counter);
    margin-right: 7px;
    border-radius: 50%;
    behavior: url(PIE.htc);
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #a9b4c2;
    color: #a9b4c2;
    text-align: center;
    font: 15px Arial, sans-serif;
    float: left;
}
.email-image{
    border: #f0f0f0 1px solid;
    border-radius: 5px;
}
.email-image:hover, .email-image:focus, .email-image:active {
    border: #0b8ada 1px solid;
    border-radius: 5px;
}
bg-email{
    background-color:#f7f6f6;
}

.bg-email-dark{
    background-color:#d1d0d0;
    color:#000;

}
.mt-xl {
    margin-top: 30px !important;
}
.custom-counter {
    margin-left: 0;
    padding: 0;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    list-style-type: none;
}
.ml, .mh {
    margin-left: 10px !important;
}
.custom-counter-content {
    margin: 10px 0px 10px 50px;
    text-align: left;
}
.btn-inverse, .inverse-btn .sa-button-container .confirm {
    background-color: #fff !important;
    border: 1px solid #0185D8 !important;
    border: 1px solid #2395dd !important;
    color: #0185d8 !important;
    background-image: none;
    text-shadow: none;
}
.fa.fa-upload.fa-stack-1x.text-white {
    color: #fff;
}
.loadingOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: rgba(255,255,255, 1);
}

/*uploading*/
.text-blue {
    font-size: 32px;
    line-height: 36px;
    color: #395701;
    text-shadow: 1px 1px 3px #7d7d7d;
}
.media-body {
    text-align: left;
}
#msform ul.upload_content {
    text-align: left;
    color: #000;
    float: left;
    width: auto;
    display: block;
    clear: both;
    padding-left: 30px;
    line-height: 27px;
    color: #323232;
}
.upload_new_hdr strong {
    text-align: left;
    color: #323232;
    float: left;
    display: block;
    clear: both;
    font-size: 16px;
}
/*my css*/
#msform ul.proof_doc {
    display: block;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}
#msform ul.proof_doc li {
    width: 69%;
    display: inline-block;
    text-align: left;
    color: #000;
    padding: 20px 0;
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: left;
}
#msform ul.proof_doc li:nth-child(2n) {
    width: 31%;
    border-right:0px solid #ccc;
    text-align:center;
    border-right:0;
}
.req_hdr font {
    padding: 0 23px;
    font-size: 17px;
    font-weight: 600;
    color: #323232;
}
#msform ul.proof_doc li.req_hdr {
    background: #E7E7E7;
    padding: 12px 0;
}
#msform ul.proof_doc li a {
    padding: 0 21px;
    display: block;
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
    color: #323232;
    text-decoration: none;
}
.night #msform ul.proof_doc li a {
    color: #fff;
}
.night .media-body small {
    color: #fff;
}
.media-body small {
    color: #000;
}
#msform ul.proof_doc li a.proof_link {
    font-size: 15px;
    color: #0185d8;
    font-weight: 500;
    text-decoration: underline;
}
#msform ul.proof_doc li:nth-child(2n) span {
    text-align: center;
    font-size: 16px;
    color: #7b7b7b;
    width: auto;
}
.night #msform ul.proof_doc li.req_hdr {
    background: #676767;
}
.night .req_hdr font, .night .req_hdr font, .night .text-blue, .nigth small, .night .upload_new_hdr strong{
    color: #fff;
}
.night #msform ul.proof_doc {
    background: #000;
}
.night #msform ul.proof_doc li:nth-child(2n) span {
    color: #ebebeb;
}
#msform ul.proof_doc li:nth-child(2n) span .fa.fa-check {
    color: #0fca25;
    margin: 3px 4px 0 0;
}
.modal-dialog.nlad-verifier {
    max-width: 1250px;
    width: 100%;
}

/*================================end upload proof========================================*/
/* plan page */
/*================================================================================*/

/*national verifier*/
.almost_done {
    margin-top: 30px;
    background: #FBFDFA;
    padding: 0 30px;
}
.almost_done h2 {
    font-size: 26px;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.q_box_inner span {
    display: block;
    width: 200px;
    margin: 0 auto;
}
.q_box_inner span {
    display: block;
    width: 200px;
    margin: 30px auto 43px;
}
.q_box_inner {
    border-right: 1px solid #ccc;
    min-height: 370px;
}
.q_box_inner.boxin_last {
    border-right: 0;
}
.boxin_last {
    opacity: 0.3;
}
.q_box_inner h3 {
    font-size: 16px;
    margin-bottom: 17px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}
.q_box_inner p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.q_box h4 {
    font-size: 27px;
    margin: 27px 0 17px;
    text-transform: capitalize;
    color: #747474;
    text-align:center;
}
.app_sumary p {
    text-align: center;
}
.app_sumary ul li {
    display: inline-block;
    width: 20%;
    color: #606060;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 7px;
    vertical-align: top;
}
.app_sumary ul li:nth-child(2n) {
    width: 79%;
    color: #333;
    font-weight: 500;
    word-break: break-all;
    padding-right: 17px;

}
.pop_wrp {
    width: 100%;
    max-width: 500px;
    border:2px solid #13afdf;
    padding: 10px 20px;
    margin: 18px auto 18px;
    box-shadow: inset 0px 0 -1px 1px #ccc;
}
.lqwrp {
    width: 200px;
    margin: 20px auto 40px;
    display: block;
}
.ptextcenter {
    font-size: 15px;
    text-align: center;
}
.ptbold {
    font-size: 18px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 600;
}
.pbutton {
    border: 0;
    background: #0c5ea4;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    margin-right: 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.pbutton:hover {
    background:#0a6bbf;
}
.bwrapper {
    text-align: center;
    margin: 40px 0;
}
.thxwrp {
    margin: 36px 0 8px;
    display: block;
}
.approved_box {
    margin-top: 20px;
}
.q_box_inner .pbutton {
    margin: 22px auto 0;
    display: block;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    padding: 12px 30px;
    width: 250px;
    text-align: center;
}
.bwrapper.nv p {
    font-size: 13px;
    margin: 20px 0 0;
}
.q_box_inner img {
    width: 180px;
    display: block;
    margin: 0 auto;
}
.q_box_inner .apply_icon img {
    margin: 50px auto 90px;
    display: block;
}
/* end national verifier */
.popstyle .pl-lg, .pl20 li, li.pl-lg{
    list-style: disc;
}
.navbar-inverse .navbar-brand {
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    height: 50px;
    background:transparent;
    margin-left: 0px;
}
.navbar-inverse .navbar-brand:hover {
    background: transparent;
}
.navbar-brand > img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.navbar-inverse .navbar-brand:hover {
    background:transparent;
}
.fordesk.fa, .fordesk {
    display: inline-block;
}
.formobile.fa, .formobile{
    display: none;
}
#msform .mt.upload_content li a:focus {
    color:#337ab7;
}
#msform .finish_btn .action-button:hover {
    text-decoration: none;
}
.approved_box p {
    text-transform: capitalize;
}
.pop_wrp ul {
    margin: 0;
    padding: 0;
}
.q_box_inner.first-q_box_inner .fa {
    position: absolute;
    right: 20px;
    margin: 0 auto;
    width: 50px;
    font-size: 31px;
    color: #2ddd00;
    border: 1px solid #2ddd00;
    padding: 10px;
    border-radius: 50%;
    font-weight: 300;
    top: 20px;
}
.first-q_box_inner .apply_icon, .first-q_box_inner h3, .first-q_box_inner p {
    opacity: 0.5;
}
.night .fa.fa-upload.fa-stack-1x.text-white {
    color: #fff;
}
.night .panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#625c5c 0,#8a8585 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}
.night .fa.fa-upload.fa-stack-1x.text-white {
    color: #412828;
}
.night .panel-body {
    padding: 15px;
    background: #000;
}
.night #msform ul.upload_content, night .custom-counter-content, .night .modal-content {
    color: #fff;
}
.panel-body {
    padding: 15px;
    background: #fff;
}
.night .custom-counter-content {
    color: #fff;
}
.custom-counter-content {
    color: #000;
}
.night .custom-counter-content {
    color: #fff;
}
#msform ul.upload_content a:focus{
    color:#337ab7;
}
#address_suggestion_modal button {
    background: #3c83ce;
    color: #fff;
    margin: 8px auto;
    display: block;
    float: right;
    padding: 7px 0;
    width: 110px;
}

#address_suggestion_modal input[type="radio"] {
    left: 20px;
}

#address_suggestion_modal label {
    padding-left: 28px;
    margin-top: 4px;
}

#address_suggestion_modal h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

#address_suggestion_modal h3 {
    font-weight: 600;
    font-size: 21px;
    margin: 0;
    padding: 0;
}

#address_suggestion_modal button.close {
    float: right;
    background: #747474;
    color: #000;
    font-size: 10px;
    position: absolute;
    right: -14px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    top: -20px;
    opacity: 1;
    border-radius: 50%;
}

#address_suggestion_modal .modal-header {
    background: #bce0ff;
    border-radius: 5px 5px 0 0;
}

#address_suggestion_modal .modal-content {
    border-radius: 5px;
}

#second-address-suggestion {
    border-top: 2px solid #ccc;
    padding-top: 14px;
    margin-top: 17px;
}
.zip_box .btn_f_outer {
    height: 76px;
    width: 300px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.zip_box .btn_f_outer input#zip_code {
    width: 244px;
    max-width: 244px;
    margin-top: 7px;
}
.zip_box .btn_f_outer span#zip-error {
    left: 28px;
    bottom: -2px;
}
span.entry {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    display: inline-block;
}

a#edit-again {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
span#current-address {
    display: block;
    font-size: 17px;
    margin-top: 6px;
}
.night .almost_done {
    margin-top: 30px;
    background: #0b0b0b;
    padding: 0 30px;
}
.night .app_sumary ul li:nth-child(2n), .night .app_sumary ul li, .night .q_box h4{
    color:#fff;
}

.night #done-house-hold {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.day #income input[type="tel"] {
    background: #fff;
}
.day.night #income input[type="tel"] {
    background: #000;
}
.night .orderListOrClass {
    color:#fff;
}
.night #address_suggestion_modal .modal-header {
    background: #232323;
    border-radius: 5px 5px 0 0;
}
.night span.entry {
    color: #fff;
}
.get_lifeline {
    float: left;
    width: 100%;
}
.get_lifeline li:first-child {
    width: 80%;
    text-align: left;
    color:#000;
    font-size: 16px;
}
.get_lifeline li {
    display: inline-block;
    float: left;
}
ul.get_lifeline {
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
}
.get_lifeline.living_exp li {
    font-weight: 600;
    color:
        #333;
}
.get_lifeline .radio {
    margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 1350px) {
    #progressbar li::after {
        width: 141%;
    }
}

@media (min-width: 310px) and (max-width: 1150px) {
}

@media (max-width: 768px) {
    #progressbar li::after {
        width: 141%;
    }
    #msform .next.action-button.nright {
        padding: 4px 20px 4px 51px;
        margin-top:0px;
    }

    .nright .fa.fa-check {
        font-size: 13px;
        left: 18px;
        top: 7px;
    }

    .nright .fa.fa-times {
        font-size: 13px;
        left: 18px;
        top: 7px;
    }

    #msform fieldset.second_enroll {
        margin-top: 0;
    }

    #dynamic_image_append > div {
        width: 150px;
        height:auto;
    }
}
/* tpiv */
/* tpiv upload */
.mt-lg.ml-lg.mr-lg.mb-xl {
    display: block;
    width: 100%;
    float: left;
}
#startCamera {
    display: block;
    float: left;
    width: 100%;
}
.dynamic_tpiv_image.qp {
    width: 100%;
    float: left;
    margin-top: 0px;
    height: auto;
    margin-bottom: 30px;
    margin: 0px auto 0;
}


.dynamic_tpiv_image {
    width: 150px;
    float: left;
    margin-top: 0px;
    height: auto;
    margin-bottom: 30px;
    margin: 0px auto 0;
}
#id-image-div.dynamic_tpiv_image {
    width:100%;
    float: left;
    margin-top: 0px;
    height: auto;
    margin-bottom: 30px;
    margin: 0px auto 0;
}
.dynamic_tpiv_image > div {
    width: 150px;
    height: auto;
    float: none;
    margin-right: auto;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #4e4e4e;
    display: block;
    margin-left: auto;
    background:#fff;
}
.dynamic_tpiv_image > div .removeImage {
    background:#5a5a5a;
    border: 0;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -16px;
    right: -11px;
    z-index:9;
}
.dynamic_tpiv_image > div img {
    width: 100%;
    height: 130px;
}
#check-again {
    background: #4489ff;
    border: 0;
    padding: 6px 25px;
    color: #fff;
    border-radius: 5px;
    float: left;
}
#continue {
    background:#0d761a;
    border: 0;
    padding: 6px 25px;
    color: #fff;
    border-radius: 5px;
    float: right;
}
#tpiv-list-message {
    margin-bottom: 20px;
    display: block;
    color: #bd0f0f;
    font-weight: 600;
}
.night #tpiv-list-message {
    margin-bottom: 20px;
    display: block;
    color: #ffacac;
    font-weight: 600;
}

#continue:hover {
    opacity:0.9;
}

#tpiv-list-message:hover {
    opacity:0.9;
}
#startCamera #dynamic_image_append > div {
    display: inline-block;
    width: 147px;
    height: auto;
    margin-right: 29px;
}
/* tpiv end */

.forgetpassword {
    font-size: 16px;
    font-weight: 500;
}

/* .enroll_time_msg{ */
/* color: #fff; */
/* font-size: 11px; */
/* position: absolute; */
/* top: 2px;left: 0; */
/* border-radius: 5px; */
/* background: transparent; */
/* box-shadow: 0 0 1px 1px #ccc; */
/* padding: 2px 2px;z-index: 9; */
/* width: 99%; */
/* margin: 0 auto; */
/* right: 0; */
/* } */
.enroll_time_msg {
    color: #333;
    border: 1px solid #a0a0a0;
    padding: 6px 12px;
    border-radius: 5px;
    background: #fff;
}
.day.night .enroll_time_msg {
    color: #fff;
    background: #414141;
}
.disable_dropdown{
    pointer-events: none;
}
#ebb_confirm {
    width: auto !important;
    min-width: 110px;
    padding: 5px 10px !important;
}
#model_school_program_popup .modal-header {
    background-color: #14b5e0!important;
    color: #000;
}
#model_school_program_popup .form-control {
    height: 45px !important;
    border: 1px solid;
}
#ebb_application_not_found .btn.btn-info2 {
    background-color: #4489ff;
    color: #fff;
    width: 168px;
    margin: 10px auto
}
#ebb_application_not_found #redirect_ebb_url {
    width: auto;
}
.navbar-header .navbar-toggle {
    display: none;
}
#msform .radio.cradio label {
    font-size: 15px;
}

#msform input[type="radio"], #msform input[type="radio"]:focus {
    outline: none!important;
    outline-style: none;
    box-shadow: none;
}

div#ebb_consent_div .checkbox {
    margin-left: 20px;
}
input[type="radio"] {
    display: inline-block;
}
.dataplanr_left .selected_device.selecte_device_box .fa.fa-check {
    display: block;
}

.dataplanr_left .selected_device .fa.fa-plus {
    display: block;
}

.dataplanr_left .selected_device.selecte_device_box .fa.fa-plus {
    display: none;
}



.device_box_new {
    background: #fff;
    padding:20px 30px 30px;
    width: auto;
    display: block;
    margin-bottom: 30px;
    overflow:hidden;
    min-height: 570px;
    box-shadow: 0 0 2px 1px #a6a6a6 inset;
    border-radius: 6px;
}
.device_box_new:hover {
    background: #e9e9e9;
}
.night .device_box_new:hover {
    background:#3f3f3f;
}
.sel_device {
    background: #4489ff;
    border: 0;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 600;
    display: block;
    margin: 16px auto 0;
}
.night .device_box_new{
    background:#000;
}

.night .device_box_new.selected_device_box {
    background: #000;
}
#msform .device_box_new p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
    min-height: 46px;
}
.selct_device_div, .selected_Arrow {
    display: none;
}
.combo-seperate-plan-div, .selected_Arrow {
    display: none;
}
.selected_device_box .selected_Arrow {
    width: 100%;
    position: absolute;
    background:url(../images/ticknew.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    height: 70px;
    left: 0;
    bottom:41%;
    border-radius: 0 0 5px 5px;
    background-size: 46px;
    display:block;
    background-position: center;
}

.device_box_new.selected_device_box {
    position: relative;
    background: #9be4ff;
}
.selected_device_box .selct_device_div {
    background: rgba(163, 218, 248, 0.4);
    position: absolute;
    width: 100%;
    display:block;
    height: 100%;
    top: 0;
    left: 0;
}
.selected_combo_seperate_plan_box .combo-seperate-plan-div {
    background: rgba(163, 218, 248, 0.4);
    position: absolute;
    width: 100%;
    display:block;
    height: 100%;
    top: 0;
    left: 0;
}
.device_paid_box span {
    position: absolute;
    width: 130px;
    height: auto;
    border-radius: 50%;
    top: 181px;
    color: #fbd402;
    font-size: 30px;
    text-align: left;
    font-weight: 600;
    right: 32px;
}
.device_paid_box img.img-responsive {
    height: auto;
    max-height: 359px;
    margin: 0 auto;
}
.device_paid_box {
    position: relative;
    width: auto;
    height: auto;
    min-height: 365px;
}
#msform .device_box_new p.device_content {
    font-weight: normal;
    min-height: 70px;
}
.device_box_new h4 {
    margin-top: 30px;
    min-height: 75px;
}

.combo_seperate_plan_box_new {
    background: #fff;
    padding:20px 30px 30px;
    width: auto;
    display: block;
    margin-bottom: 30px;
    overflow:hidden;
    min-height: 570px;
}
.combo_seperate_plan_box_new:hover {
    background: #e9e9e9;
}
.night .combo_seperate_plan_box_new:hover {
    background:#3f3f3f;
}
.sel_combo_seperate_plan {
    background: #4489ff;
    border: 0;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 600;
    display: block;
    margin: 16px auto 0;
}
.night .combo_seperate_plan_box_new{
    background:#000;
}
.night .combo_seperate_plan_box_new.selected_combo_seperate_plan_box {
    background: #000;
}
#msform .combo_seperate_plan_box_new p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
    min-height: 46px;
}
.selected_combo_seperate_plan_box .selected_Arrow {
    width: 100%;
    position: absolute;
    background:url(../images/ticknew.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    height: 70px;
    left: 0;
    bottom:41%;
    border-radius: 0 0 5px 5px;
    background-size: 46px;
    display:block;
    background-position: center;
}

.combo_seperate_plan_box_new.selected_combo_seperate_plan_box {
    position: relative;
    background: #9be4ff;
}
.combo_seperate_selected_plan_box .selct_div {
    background: rgba(163, 218, 248, 0.4);
    position: absolute;
    width: 100%;
    display:block;
    height: 100%;
    top: 0;
    left: 0;
}


#ineligible_transfer_popup .modal-header {
    background: #0B59A6;
    color: #fff;
}
#ineligible_transfer_popup li {
    margin-bottom: 15px;
    padding-left: 10px;
}
#ineligible_transfer_popup li input[type="radio"] {
    position: absolute;
    left: 15px;
    cursor: pointer;
}
.checkbox.error-text-box::after, .checkbox.error-text-box::before {
    display: block;
    clear: both;
    content: "";
}


#msform h4.intro {
    font-size: 22px;
    display: block;
    clear: both;
}

.shadowBoxnew {
    background: #fff;
    padding: 60px 50px;
    border-radius: 8px;
    box-shadow: 0 0px 4px 2px #a8a8a8;
}
#msform .shadowBoxnew .enroll_text {
    text-align: center;
    margin: 40px 0 50px;
    font-size: 30px;
}
.night .shadowBoxnew {
    background: #333;
}
.day.neight .shadowBoxnew {
    background: #fff;
}
#unitybox_price.device_paid_box span {
    top: 300px;
    color: #000;
    font-size: 20px;
    right: 14px;
}

.version {
    position: fixed;
    bottom: 0;
    background: #515151;
    width: 100%;
    left: 0;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: right;
    padding-right: 30px;
}

#public_housing_popup .modal-header {
    background: #0B59A6;
    color: #fff;
}
#public_housing_popup li {
    margin-bottom: 15px;
    padding-left: 10px;
}
#public_housing_popup li input[type="radio"] {
    position: absolute;
    left: 15px;
    cursor: pointer;
}
.popupTab {
    width: 300px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px 1px #ccc;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 32px;
}
.popupTab .nav.nav-pills {
    border: 1px solid #ccc;
    margin: 0;
    box-shadow: none;
    display: flex;
    background: #eaeaea;
}
.popupTab .nav.nav-pills li {
    border-right: 1px solid #ccc;
    width: 100%;
}
.popupTab .nav.nav-pills a {
    background: #eaeaea;
}
.popupTab .nav.nav-pills li.active a {
    background: #14b5e0;
}

.popupTab .nav.nav-pills li {
    border-right: 1px solid #ccc;
    width: 100%;
    text-align: center;
}

/*end */



.popupTab .tab-content {
    color : white;
    background-color: #fff;
    padding : 5px 15px;
}
.popupTab .nav-pills > li > a {
    border-radius: 0;
}
.popupTab .tab-content {
    padding: 20px !important;
}
.popupTab .tab-content p {
    font-size: 12px !important;
    margin: 0 0 20px !important;
    color: #333;
}
.popupTab .tab-content input[type="text"] {
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 0 1px 1px #d7d7d7 inset !important;
    color: #333;
}
.terms_and_privacy_information {
    color: #333;
    margin: 10px 0;
    font-size: 11px;
    text-align: left;
    color: #8a8a8a;
}
.popupTab.popup_bottom input.form-control {
    color: #333;
}
.suscribeBtn {
    background: #3283ec;
    color: #fff;
    padding: 9px 30px;
    border: 0;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0px -1px 1px 1px #5e5e5e inset;
}
.nladOuter {
    display: flex;
    justify-content: space-between;
}
.suscribeBtntop{
    box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;
    -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;
    -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;
    -o-box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;
    -ms-box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    font-size: 12px;
    line-height: 1.1625rem;
    font-weight: 500;
    border: none;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 15px 9px;
    position: relative;
    background-color: #3498db;
}
.nladright {
    position: relative;
}
#updates-dropdown-close-btn {
    color: #666;
    line-height: 34px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 0 19px;
    font-size: 16px;
}
#tablenlad {
    margin-top: 50px;
}
.tablenlad th {
    text-align: center;
}
.suscribeBtntop.susbotom {
    width: 65px;
    height: 62px;
    border-radius: 50%;
    position: fixed;
    overflow: hidden;
    padding: 5px;

    background: #f6f6f6;
    bottom: 29px;
    text-decoration:none;
    left: 20px;
}
.suscribeBtntop.susbotom img {
    width: 28px;
}
.suscribeBtntop.susbotom p {
    margin: 5px 0 0 0;
    padding: 0;
    color: #000;
    font-size: 9px;
    text-transform: capitalize;
    font-weight: 600;
}
.popupTab.popup_bottom {
    position: fixed;
    bottom: 30px;
    display: none;
    right: auto;
    left: 10px;
    height: auto;
    top: auto;
    background: #fff;
}
.popupTab.popup_bottom .tab-content {
    height:auto;
}

.popupTab.popup_bottom label {
    margin: 15px 0 6px;
}
body.day label {
    color: #333;
}
body.night label {
    color: #333;
}
body.night .modal-body label {
    color: #fff;
}
#unitybox_price.device_paid_box.top_right_circle {
    max-width: 285px;
    height: auto;
    min-height: 365px;
    width: 100%;
}
#unitybox_price.device_paid_box.top_right_circle .img-responsive {
    min-height: auto;
    height: auto;
    width: 100%;
}
#unitybox_price.device_paid_box.top_right_circle .change_device_amount_caption {
    top: 125px;
    right: -1px;
}
.circleBottom #unitybox_price.device_paid_box.top_right_circle .change_device_amount_caption {
    top: 239px;
    right: -20px;
    font-size: 17px;
}

#msform .new-pageadd .radio label {
    padding-left: 40px;
}
#msform .new-pageadd .radio .radio_input {
    width: 20px;
    height: 20px;
    left: 20px;
    top: -3px;
}
#msform .new-pageadd .radio_wrapper h3 {
    font-size: 16px;
    font-weight: 500;
}
#msform .new-pageadd .radio_wrapper .inner-radio {
    margin-left: 45px;
}
#msform .new-pageadd input[type="text"] {
    max-width: 300px;
    float: left;
    margin-bottom: 20px;
}
#other_id_div .form-group, .new-pageadd .form-group {
    clear: both;
}
#msform .new-pageadd .radio_wrapper .inner-radio {
    float: left;
    margin-bottom: 20px;
    padding: 0 12px 10px;
}
#msform .radio_wrapper .radio .radio_input {
    width: 20px;
    height: 20px;
    left: 20px;
    top: -3px;
}
#msform .radio_wrapper .radio label {
    padding-left: 40px;
}
.form-group.radio_wrapper {
    clear: both;
}
.error-text-box a:hover {
    color: #000 !important;
}
.tribleWidth {
    max-width: 240px;
    width: 100%;
    float: left;
}

/*coupon code*/
#main input#promo_code_text {
    width: 100% !important;
    display: inline-block !important;
    border: 1px solid #fff;
    background: #fff;
    float: left;
    height: 47px;
    padding-right: 29px;
}
.night #main input#promo_code_text {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    height: 49px;
}
.applyCouponbox {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
}
.applyCouponbox .innerCoupan .fa {
    position: absolute;
    right: 5px;
    top: 11px;
    cursor:pointer;
}
.applyCouponbox .innerCoupan {
    float: left;
    position: relative;
    width: 54%;
}
.applyCouponbox #validate_coupon {
    font-size: 15px;
    padding: 14px 12px;
    border-radius: 0;
    border: 0;
    background: #4489ff;
    color: #fff;
    font-weight: 600;
}
.applyCouponbox.applyCoupon .innerCoupan {
    width: 71%;
}
.congr_btn.inlinebtn_wrp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inlinebtn_wrp .c_enroll.action-button {
    padding: 12px 15px;
    font-size: 18px;
    margin-bottom: 20px;
}
.inlinemodelbtn {
    background: #4489ff;
}
/*
.skiptranslate {
  width: 110px !important;
  background: #fff;
}
*/
.skiptranslate .VIpgJd-ZVi9od-vH1Gmf, .skiptranslate #\:1\.menuBody {
    width: 110px !important;
}
#google_translate_element {
    max-width: 130px;
    width: 100%;
    float: right;
    margin: 10px 0 0;
    text-decoration: none;
}
.indicator {
    display: none !important;
}
#goog-gt- {
    display: none !important;
}
.top5
{
    margin-top: 5px;
}
#update_nlad_handover_confirmation_popup .modal-dialog {
    max-width: 625px;
    width: 96%;
}
/*13june*/
#rejection_proof_upload_file .modal-header {
    position: relative;
}
#rejection_proof_upload_file .modal-header .close {
    position: absolute;
    right: -14px;
    top: -14px;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    border: 1px solid #090909;
    border-radius: 50%;
    background: #ccc;
    opacity: 1;
}
.camWrp {
    box-shadow: 0 0 1px 1px #ccc;
}
.camWrp .camwrpInner {
    border-bottom: 1px solid #ccc;
}
.camWrp::after, .camWrp::before {
    display: block;
    clear: both;
    content: "";
}
.margin-boot-40{
    margin-bottom:40px
}

.navbar-inverse .navbar-brand.small-top-logo {
    height: 34px;
    margin-top: 12px;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    top: -184px !important;
}

a.show_text_url:focus, a.show_text_url:hover {
    color: #23527c !important;
    text-decoration: none !important;
}

.day .white-logo {
    display: none !important;
}
.day .black-logo {
    display: block !important;
}

.day.night .white-logo {
    display: block !important;
}
.day.night .black-logo {
    display: none !important;
}
p#preview-name {
    word-break: break-all;
}
span.nlad-show-username {
    word-break: break-all;
}
#agent_digital_signature .jSignature, .excess_customer_sign_height .jSignature {
  height: 150px !important;
}

/*jan-2 24*/
.device_paid_box span.change_paid_combo_device_amount_caption {
  top: 223px;
  color: #000;
  left: 29%;
}

/*block agent popup*/
#agent_under_review_modal p {
  font-size: 16px;
  color: #333;
}
#agent_under_review_modal .modal-content {
  border: 1px solid #0c5aa8;
  padding-top: 15px;
}
#agent_under_review_modal .btn.btn-default {
  background: #0c5aa8 !important;
  color: #fff;
  border: 1px solid #0c5aa8 !important;
  width: 85px;
}





#agent_blocked_modal .modal-content {
  border: 0 !important;
  padding: 10px 20px 4px;
}
#agent_blocked_modal .modal-content p {
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  color: #333;
}
#agent_blocked_modal #agent-unlock-btn {
  background: #0c5aa8;
  width: 85px;
}
#agent_blocked_modal .btn.btn-default {
  background: transparent;
  border: 1px solid #0c5aa8;
  color: #0c5aa8;
  width: 85px;
}
#agent_blocked_modal .btn.btn-default:hover {
  background: #0c5aa8;
  border: 1px solid #0c5aa8;
  color: #fff;
  width: 85px;
}
#agent_blocked_modal .modal-content img.exclamation_mark, #agent_under_review_modal .modal-content img.exclamation_mark {
  width: 39px;
  margin-bottom: 10px;
}





/*end block agent popup*/


/*======================= Responsive ===========================================================*/
@media(min-width:1201px) and (max-width:1239px)
{
.device_paid_box span.change_paid_combo_device_amount_caption {
  top: 196px;
  color: #000;
  left: 30%;
  font-size: 20px;
}
}
@media(min-width:1025px) and (max-width:1200px)
{
.device_paid_box span.change_paid_combo_device_amount_caption {
  top: 77%;
  color: #000;
  left: 30.5%;
  font-size: 15px;
}
}
@media(min-width:992px) and (max-width:1024px)
{
.device_paid_box span.change_paid_combo_device_amount_caption {
  top: 42%;
  font-size: 15px;
}
}

@media(max-width:1024px)
{
/*block agent*/
    #agent_blocked_modal .modal-content {
      border: 0 !important;
      background: rgb(36, 36, 36) !important;
    }
    #agent_blocked_modal #agent-unlock-btn {
        background: #fff;
        border: 1px solid #fff;
        color: #000;
        text-shadow: none;
    }
    #agent_blocked_modal .btn.btn-default {
      background: #4b4a4a;
      border: 1px solid #4b4a4a;
      color: #fff;
      width: 85px;
      text-shadow: none;
    }
    #agent_blocked_modal .modal-content p {
      color: #fff;
    }
    #agent_under_review_modal .modal-content {
      border: 1px solid rgb(36, 36, 36);
      background: rgb(36, 36, 36) !important;
    }
    #agent_under_review_modal p {
      color: #fff;
    }
    #agent_under_review_modal .btn.btn-default {
      background: #fff !important;
      color: #000;
      border: 1px solid #fff !important;
      width: 85px;
    }
    
    /*end block agent*/ 
    
}   
@media(max-width:991px)
{
.device_paid_box span.change_paid_combo_device_amount_caption {
  top: 77%;
  left: 32.5%;
  font-size: 14px;
}
}




