﻿
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 40%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0 !important;
  margin-top: 0px !important;
  font-size: 12px !important;
  line-height: 1.428571429;
  border-radius: 50px !important;
  color: #FFF !important;
}

.grey-btn{
background-color: grey !important;
}

.legend-border{
    border-bottom: none !important
}

a[disabled="disabled"] {
        pointer-events: none;
    }
.btn-primary-policy{
background-color: #3d9b35;
}

.fa-asterisk::before {
    color: #a95756;
    vertical-align: super;
    font-size: 9px;
}
a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    overflow: hidden;
    z-index: -999;
}
    a.skip-main:focus, a.skip-main:active {
        color: #fff !important;
        background-color: #35852e;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 14px;
        padding: 5px;
        -webkit-transition: top 0.5s ease-out, background 0.5s linear;
        transition: top 0.5s ease-out, background 0.5s linear;
        -moz-transition: top 0.5s ease-out, background 0.5s linear;
        -o-transition: top 0.5s ease-out, background 0.5s linear;
        z-index: 9999;
    }
:target {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

#contactagentcaptchaerrormsg::before,
#lblFailuremsg label::before,
#DeathClaimCaptchaerrormsg::before,
#LBClaimcaptchaerrormsg::before,
#callmecaptchaerrormsg::before {
    content: "\26A0";
}

.panelBlog h3 {
    margin: 0 !important;
}

.sr-only {
    color: #ffffff !important;
    background-color: #000000 !important;
}
.qualifiedPlansImg {
    display: inline-block !important;
}
/* Mobile User App Starts Here */
#redirecttoapp_modal {
    height: initial !important;
    bottom: 0px;
    top: initial !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    transition: ease-in-out .5s;
}
.redirect_button_cp {
    border-radius: 5px !important;
    background-color: #3D9B35 !important;
    font-size: 16px !important;
    color: #ffffff !important;
}
.redirect_header {
    color: #3f403c;
    font-size: 18px
}
/* Mobile User App Ends Here */