﻿    body {
    background-color: #f8f7fa;
    }

    .display-none {
    display: none !important;
    }

    .brand-logo {
         width: 150px;
    }
    .navbar {
        min-height:80px;
    }
    .logostyle {
        width: 150px;
    }
    .bx-shadow {
    box-shadow: 0 .1875rem .75rem 0 rgba(47,43,61,.14);
    background: #fff;
    }

    .btn {
    border-radius: 30px;
    }
    .form-control {
    padding: 0.584rem 0.75rem
    }
    .ruleDate .btn {
    border-radius: 0;
    padding: 10px 16px;
    }

    #divFormMocker {
    margin-bottom: 120px;
    }
    /*vertical-wizard styles starts here*/
    .bs-vertical-wizard {
    padding-bottom: 50px;
    padding-top: 20px;
    background-color: #fff;
    }

    .bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }

    .bs-vertical-wizard ul > li {
    display: block;
    position: relative;
    }

    .bs-vertical-wizard ul > li > a {
    display: block;
    padding: 14px 10px 14px 40px;
    color: #333c4e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .8px;
    text-decoration: none;
    }
    /*this one is for stick(vertical)*/
    .bs-vertical-wizard ul > li > a:before {
    content: '';
    position: absolute;
    width: 3px;
    height: calc(100% - 21px);
    background-color: #bdc2ce;
    left: 14px;
    bottom: -15px;
    z-index: 3;
    }

    .bs-vertical-wizard ul > li > a .fa-solid {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 19px;
    z-index: 2;
    }

    .bs-vertical-wizard ul > li > a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 20px;
    height: 20px;
    z-index: 3;
    }

    .bs-vertical-wizard ul > li > a .desc {
    display: block;
    color: #bdc2ce;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px;
    }

    .bs-vertical-wizard ul > li.complete > a:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 20px);
    bottom: -13px;
    }

    .bs-vertical-wizard ul > li.complete > a:after {
    display: none;
    }

    .bs-vertical-wizard ul > li.locked > a:after {
    display: none;
    }

    .bs-vertical-wizard ul > li:last-child > a:before {
    display: none;
    }

    .bs-vertical-wizard ul > li.complete > a .ico {
    left: 8px;
    }

    .bs-vertical-wizard ul > li > a .ico.ico-green {
    color: #5cb85c;
    }

    .bs-vertical-wizard ul > li > a .ico.ico-muted {
    color: #bdc2ce;
    }

    .bs-vertical-wizard ul > li.current {
    background-color: #e1e1e1;
    }

    .bs-vertical-wizard ul > li.current > a:before {
    background-color: #ffe357;
    opacity: 1;
    }

    .bs-vertical-wizard ul > li.complete > a:before {
    }

    .bs-vertical-wizard ul > li.current > a:after {
    border-color: #928734;
    background-color: #ffe357;
    opacity: 1;
    border-radius: 80%;
    }

    .bs-vertical-wizard ul > li.current:after, .bs-vertical-wizard ul > li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    }

    .bs-vertical-wizard ul > li.current:after {
    border-color: rgba(255,255,255,0);
    border-left-color: #e1e1e1;
    border-width: 10px;
    margin-top: -10px;
    }

    .bs-vertical-wizard ul > li.current:before {
    border-color: rgba(234,236,241,0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
    }

    /*vertical-wizard styles ends here*/
    .wizard-step.static {
    min-height: 370px;
    }
    .wizard-step.static img {
        max-width: 100%;
    }

    .wizard-step.static .panel-body h4 {
    font-size: 1rem;
    line-height: 1.5;
    }

    .wizard-step {
    display: none;
    padding:5px 15px;
    }

    .IsAddressSame {
    height: 18px;
    width: 18px;
    }

    .dz-success-mark, .dz-error-mark, .dz-details {
    display: none;
    }

    #preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
    }

    .btnSaveForLater {
    float: left;
    white-space: normal;
    width: 100%;
    }

    .btnSaveForLater span {
    margin-left: 6px;
    top: 3px;
    }

    #RelationshipDescription {
    max-width: none !important;
    }

    /*.form-group {
    display: flex;
    flex-direction: row;
    }*/

    .form-wrapper {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    }

    .ctrl-alignment {
    margin-bottom: -16px;
    }

    .bs-wizard {
    border-bottom: 0 !important;
    }


    /*.form-group label {
    position: relative;
    display: block;
    width: 125px;
    font-weight: bold;
    font-size: 15px;
    margin-left: 5px;
    }*/

    .form-group label.right-inline {
    display: block;
    text-align: left;
    padding-right: 8px;
    width: auto;
    }

    .alert-info {
    padding: 10px 0;
    }

    .IsAddressSame {
    margin-right: 10px;
    }

    .label-lineHeight {
    line-height: 1.8;
    }

    .state {
    margin-left: -15px !important;
    }

    .page-header-1 h4 {
    margin-bottom: 2rem;
    text-align: center;
    }

    .verCenter {
    transform: translateY(45%)
    }

    .mt-claims-header {
    margin-top: 10vh;
    }

    .form-para label p {
    margin-bottom: 0.5rem;
    }

    #SurverySection p {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    }

    body.bg-applied {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    }

.homeSelect .form-select {
    padding: 14px;
    border-radius: 30px;
    border: 1px solid #333c4e;
}

    .homeSelect .btn {
    padding: 12px;
    font-size: 1.23rem;
    }

    .surveyradioButton {
    cursor: pointer;
    height:18px;
    width:18px;
    }

    .promoDate {
        position: absolute;
        right: 0;
        top: 90px;
    }

    .eqipAdd .card-header {
        padding: 14px 0;
    }
    .eqipAdd h4{
        font-size:1.2rem;
    }

    table.info-table thead tr th p{
        margin-bottom:0;
    }

    .bottom-nav{
        position:absolute;
        left:0;
        bottom:-12px;
    }
    .instrucText {
        font-size: 1rem;
        margin-bottom:24px;
    }


@media (max-width: 767.98px) {
    .wizard-step {
        margin: 0 .5rem;
        padding:0;
    }

    .form-wrapper {
        margin-left: 0px;
        flex-direction: column;
    }

    table.info-table {
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
    }

    table.info-table p {
        margin: 0px;
    }

    .info-table.table th, .info-table.table td {
    padding: 1rem 0.4rem;
    }
    .homeSelect .form-select {
        padding: 14px 30px 14px 14px;
    }
    .commentBox {
        margin-bottom: 50px;
    }
}


@media (max-width: 991.98px) {

    .bs-vertical-wizard {
    background-color: #fff;
    }

    .bs-vertical-wizard ul {
    display: flex;
    justify-content: space-evenly;
    }

    .saveForLaterWrap {
        position: fixed;
        right: 0;
        z-index: 999;
        top:12%;
    }

    .saveForLaterWrap .btn {
        border-radius: 20px 0px 0px 20px;
    }

    .bs-vertical-wizard ul > li > a {
        padding: 40px 22px 10px 22px
    }

    .bs-vertical-wizard ul > li > a:after {
    top: 14px;
    left: 16px;
    }

    .bs-vertical-wizard ul > li > a:before {
    left: 60px;
    bottom: 22px;
    transform: rotate(90deg);
    }

    .bs-vertical-wizard ul > li > a .fa-solid {
    left: 20px;
    top: 18px;
    }

    .bs-vertical-wizard ul > li.current:after, .bs-vertical-wizard ul > li.current:before {
    transform: rotate(90deg);
    left: 30%;
    top: inherit;
    bottom: -20px;
    display: none;
    }

    .bs-vertical-wizard ul > li.current > a {
    background-color: #fff;
    }

    .bs-vertical-wizard ul > li.current:after {
    border: 0;
    }

    .bs-vertical-wizard ul > li.complete > a:before {
    bottom: 21px;
    }

    .navbar-header {
    width: 100%
    }

    .navbar-toggler {
    border: 0;
    }

    table .info-table {
    border: 0;
    }

    table.info-table caption {
    font-size: 1.3em;
    }

    table.info-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    }

    table.info-table tr {
    display: block;
    margin-bottom: .625em;
    }

    table.info-table td {
    display: block;
    border: none;
    }

    table.info-table td:last-child {
    border-bottom: 1px solid #cdcdcd;
    }

    table.info-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 0.83rem;
    }

    .homeSelect .form-select {
    padding: 14px 30px 14px 14px;
    }
}

@media (max-width: 575.98px) {
    .btn{
        padding: 6px 18px;
    }
    .bs-vertical-wizard {
        padding-bottom: 20px;
    }
    .bs-vertical-wizard ul > li > a {
        padding: 30px 12px 10px 12px
    }

    .bs-vertical-wizard ul > li.complete > a:before {
        bottom: 23px;
    }

    .bs-vertical-wizard ul > li.stepli.complete > a .fa-solid {
        z-index: 99;
    }

    .bs-vertical-wizard ul > li > a:before {
        left: 35px;
        bottom: 38px;
        height: calc(100% - 50px);
    }

    .bs-vertical-wizard ul > li > a:after {
        top: 8px;
        left: 7px;
    }

    .bs-vertical-wizard ul > li > a .fa-solid {
        left: 10px;
        top: 10px;
    }

    .homeSelect .form-select {
        padding: 14px 35px 14px 14px;
    }

    .eqipAdd .addProduct {
        padding: 9px 13px;
        margin: 12px 0 18px;
        font-size: 0.965rem;
    }
    .commentBox {
        margin-bottom: 50px;
    }
}
