
.pulse2 {
    animation: pulse2 1s ease-out infinite;
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 0.1em rgba(255, 255, 255, 0.75);
    }

    100% {
        box-shadow: 0 0 0 0.8em rgba(255, 255, 255, 0);
    }
}




.main-form h2.heading {
    display: flex;
    margin: auto;
    justify-content: center;
    font-size: 21px;
    text-shadow: none;
    color: #222;
    text-align: center;
    line-height: 33px;
    font-weight: normal;
    margin-bottom: 10px;
    align-items: center;
}

    #top-sticky-cta {
        background-color: #0d4100;
        padding: 10px 0px;
        z-index: 1000;
        position: fixed;
        bottom: 0px;
        width: 100%;
        display: none; color:#fff;
    }

    div.step p, div.step h2 {

        /*color:#1e1e1e !important;*/
    }
    div.step h2 {

        
    }

    div.step-wrapper {
        display: none;
    }

        div.step-wrapper .selected {
        /*    background-color: #009688;*/
            color: #ffffff;
        }
        div .step {
        /* display: flex; */
        margin: auto;
        justify-content: center;
      /* padding: 0px 15px;*/
        /* border: 4px solid #4CAF50; */
        border-radius: 5px;
       /* color:#000;*/
        /* margin-top: 50px; */
        /* flex-wrap: wrap; */
    }
.sm-option-block:hover {
    background-color: #2196f3;
    color: white;
}
    .sm-option-block span {
        font-size: 24px;
        margin-right: 10px;
    }

.sm-option-block {
    padding: 10px 0px;
    text-align: center;
    border: 1px solid #000000;
    margin: 5px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    height: 47px;
    background-color: #007bff;
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
    box-shadow: none;
    color: #fff;
}


    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        
    }

    .bottom-optin-box p{
        text-align:center !important; 
    }
    .has-error{ border: 2px solid red;}
    .no-error{ border: 2px solid green;}


   
      
      .progressbar {
        counter-reset: step;
        margin-bottom: 20px;
        min-height: 100px;
      }
      
      .progressbar li {
        position: relative;
        list-style: none;
        float: left;
        width: 33.33%;
        text-align: center;
      }
      
      /* Circles */
      .progressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 40px;
        height: 40px;
        /* border: 1px solid #00544c; */
        display: block;
        text-align: center;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        background-color: #e3e3e3;
        line-height: 39px;
      }
      
      .progressbar li:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #bcbcbc;
        top: 20px;
        left: -50%;
        z-index: -1;
      }
      
      .progressbar li:first-child:after {
        content: none;
      }
      
      .progressbar li.active:before {
        background: #00544c;
        content: "✔";
        color: #fff;  
      }
      
      .progressbar li.active + li:after {
        background: #0d5e37;
      }

.input-icon {
    position: relative;
}

    .input-icon > i {
        position: absolute;
        display: block;
        transform: translate(0, -50%);
        top: 50%;
        pointer-events: none;
        width: 25px;
        text-align: center;
        font-style: normal;
    }

    .input-icon > input {
        padding-left: 25px;
        padding-right: 0;
    }

.input-icon-right > i {
    right: 0;
}

.input-icon-right > input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}


#car-reg-container:before {
    content: 'GB';
    display: block;
    width: 58px;
    /* height: 100%; */
    background: #063298;
    position: absolute;
    top: 1px;
    border-radius: 5px 0 0 5px;
    color: #ffcd11;
    font-size: 1.5em;
    line-height: 70px;
    padding-left: 5px;
    left: 1px;
    bottom: 1px;
}

input.car-reg {
    height: 68px;
    max-width: 320px;
    background-color: orange;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    padding: 5px 5px 5px 75px;
    border-radius: 5px;
}
#business-plan .footer-info {

}
#business-plan .footer-info p {
    font-size: 15px;
    text-align: center;
    /* text-align: left; */
    margin-bottom: 20px;
}

.small-print{text-align:center;}

.small-print h3 {
    margin: 20px 0px;
}
.small-print p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px; 
}

    @media (min-width: 320px) and (max-width: 480px) {

        .navbar-brand img {
           /* width: 210px;
            margin-top: 17px;*/
        }
    }


