﻿
/* Member registration*/
body,
html {
    height: 100%;
}

*, *::before, *::after {
    box-sizing: border-box;
}

p {
    font-size: 16px;
}

body {
    color: #231f20;
    font-family: "Open Sans", "Helvetica", Arial, sans-serif;
    color: #888888;
    word-wrap: break-word;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }

h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
    color: #000
}

.TopNavbar {
    background: #fff;
    box-shadow: 0px 5px 5px #00000017;
    padding: 0px;
}

.bgYellow {
    background: #f78f39;
    padding: 22px 35px 25px 60px;
}

.MainWrapperTop {
    padding: 20px 35px;
}

.MainWrapper {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 20px 35px;
}

    .MainWrapper h1 {
        font-size: 30px;
        margin-bottom: 35px;
        margin-top: 15px;
    }

    .MainWrapper h2 {
        font-size: 30px;
        margin-bottom: 35px;
        margin-top: 15px;
    }

.topContent {
    background-color: #d9edf7;
    color: #31708f;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #bce8f1;
    border-radius: 0;
}

.MainForm label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.MainForm input {
    height: 44px;
}

.MainForm select {
    height: 44px;
}

.customCard input {
    height: 44px;
}

.boldNone {
    font-weight: normal !important;
    margin: 0 !important;
}

.customCard {
    padding: 15px;
}

.topPaymentheader {
    margin-bottom: 15px;
    display: flex;
    border-bottom: 1px solid #f2f2f2
}

.braintree-icon-bordered {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 0;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
        border-radius: 0;
    }

.FormBody label span {
    font-size: 15px;
    color: #b7b7b7
}

.DoctorAccess {
    padding: 15px 35px
}

    .DoctorAccess ul {
        padding-left: 20px;
        list-style: square;
    }

.PromoMain {
}

.DoctorAccess h4 {
    margin-top: 7px;
    margin-bottom: 0;
}

.HeadingTop {
    font-size: 22px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.topTable h4 {
    font-size: 29px;
}

.topTable .checkinput {
    margin: 12px 0 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
}

.topTable p {
    color: #b7b7b7;
    margin-top: 7px;
}


.topTable.table td, .table th {
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
}

.topTable.table thead th {
    vertical-align: bottom;
    /* border-bottom: 2px solid #dee2e6; */
    background: #f78f39;
    color: #fff;
    font-weight: normal;
}

.font22 {
    font-size: 22px;
}

.borderYellow {
    border: 2px solid #f78f39;
    border-radius: 9px;
}
.tabs-wrap {
    margin-top: 40px;
}

.tab-content .tab-pane {
    padding: 20px 0;
}
.navbar-inverse.headerbg {
    background-color: #f78f39 !important;
    
}
.navbar-brand.textclr {
    color: #ffffff !important;
}
#main_form .infopanel .form-group {
    position: relative;
    margin-bottom: 30px;
}

    #main_form .infopanel .form-group span.error-message {
        font-size: 13px;
        position: absolute;
        display: inline-block;
        width: 100%;
        left: 0;
    }

    #main_form .infopanel .form-group .input-group.date span.error-message {
        top: 32px;
    }

.wizard-inner .nav-tabs > li > a {
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .wizard-inner .nav-tabs > li {
        width: 100%;
        border: 1px solid #c1c1c1;
        margin-bottom: 10px;
    }
}

/* Loader Changes 26/Oct/2021 */

.loader-bg {
    background: rgb(0 0 0 / 31%);
    z-index: 9999;
    position: fixed !important;
    height: 100%;
    width: 100%;
    display:none
}

.loader-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#lodaerimage {
    height: 50px;
}

@media only screen and (max-width: 767px) {
    .wizard-inner .nav-tabs > li {
        width: 100%;
        border: 1px solid #c1c1c1;
        margin-bottom: 10px;
    }
}
