

.img-container + .img-container,
.img-container + p + .img-container,
.img-container + ul + .img-container,
.img-container + ol + .img-container,
.img-container + p + p + .img-container,
.img-container + ul + ul + .img-container,
.img-container + ol + ol + .img-container,
.img-container + p + p + p + .img-container,
.img-container + ul + ul + .img-container,
.img-container + ol + ol + .img-container,
.img-container + ul + p + .img-container,
.img-container + p + ul + .img-container,
.img-container + ol + p + .img-container,
.img-container + p + ol + .img-container{
     clear: left;
 }  

     .nmbi-selector-form .form-horizontal .form-group.Confirmation_1 {
        margin-bottom: 0;
    }

.nmbi-selector-form .Confirmation_1 .editing-form-label-cell{
    max-width: 75%;
}
.nmbi-selector-form .Confirmation_1 .ProductOptionSelector{
    max-width: 20%;
}

#subscribeLink{
    margin-top: 15px;
    background-color: #d54308;
    color: #fff;
    font-weight: 700;
    text-align: left;
    border-radius: 3px;
    padding: 20px 15px;
    position: relative;
    min-width: 200px;
    float: right;
    max-width: 400px;
    border: none;
    background-image: url(images/submit-arrow.png);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: right 50%;
}

.returnHome{
    margin-top: 15px;
    background-color: #d54308;
    color: #fff;
    font-weight: 700;
    text-align: left;
    border-radius: 3px;
    padding: 20px 15px;
    position: relative;
    width: 250px;
    margin: 0 auto;
    display: block;
    border: none;
    background-image: url(images/submit-arrow.png);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: right 50%;
}

.nmbi-selector-form.subform{
    float: none;
}

.nmbi-selector-form.subform input{
    width:100%;
    margin-bottom: 20px;
}

.nmbi-selector-form.subform .no-pad-left input{
    position: absolute;
}

.nmbi-selector-form.subform input[type="checkbox"] + label{
    width: 100%;
    padding: 20px 30px 19px 15px;
}

.no-pad-left{ padding-left: 0;}
.no-pad-right{ padding-right: 0;}


@media screen and (max-width: 1024px) {
    .nmbi-selector-form.subform.col-md-8{
        width: 75%;
    }
}    
@media screen and (max-width: 991px) {
    .no-pad-left,
    .no-pad-right{ padding-left: 0; padding-right: 0;}
    .nmbi-selector-form.subform input[type="checkbox"] + label{
        margin-bottom: 20px;
    }
    #subscribeLink{
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
   .main-area .login .nmbi-selector-form.subform.col-md-8{
        width: calc(30px + 100%);
        margin: 0 -15px;
        padding: 20px 15px
    }
    .returnHome{
        margin-bottom: 40px;
    }

/* Added on the 21/01/2016 */
/** Added to responsive **/
    #content .main-area .ask-question  table.CaptchaTable td{
        padding-left: 0;
        padding-right: 0;
    }
    #content .main-area .ask-question table.CaptchaTable img{
        width: 50% !important;
    }

    .Wishtoapply,
    .DivisionsMulti  {
        max-width: 100%;
    }

    .ProductOptionSelector input[type="radio"], 
    .ProductOptionSelector input[type="checkbox"] {
        left:0;
    }

.nmbi-selector-form .Dateofbirth .date-time-picker button.icon-only{
    margin-top: -22px;
}

.contact-container iframe{
    width: 100%;
}

}


/**** Added to the styles ****/

.order-completed {
    text-align: center;
}

.order-completed table{
    display: inline-block;
    text-align: left;
}