/** Generated by FG **/
@font-face {
    font-family: 'Conv_Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: local('☺'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('fonts/Poppins-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Montserrat-Regular', sans-serif;
    src: url('../fonts/Montserrat-Regular.eot');
    src: local('☺'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: local('☺'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Conv_Poppins-Regular', sans-serif;
}

.login {
    width: 100%;
    height: 100vh;
    background: url(../images/login-bg.jpg) no-repeat center center;
    padding: 100px 0;
    background-size: cover;
}

.login-base {
    width: 100%;
    background: #FFF;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 100%;
}

.left-login {
    background: linear-gradient(to left, #ac5cff, #4447ad);
    border: 0 solid transparent;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 50px;
}

.right-login {
    background: #fff;
    border-left: 10px solid #ccc;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px 0 !important;
    margin-left: -1px;
}

    .right-login h1 {
        background: linear-gradient(to left, #ac5cff, #4447ad);
        width: 55%;
        letter-spacing: 1px;
        padding: 10px;
        font-size: 13px;
        color: #fff;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .right-login img {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .right-login h2 {
        font-size: 15px;
        text-align: center;
        color: #4f45ae;
        margin-top: 50px;
    }

    .right-login input.text {
        width: 95%;
        border-width: 0 0 2px 0;
        border-style: solid;
        border-color: #4f45ae;
        letter-spacing: 1px;
        padding: 5px 0;
        margin-top: 15px;
    }

    .right-login input::placeholder, .right-login input::-webkit-input-placeholder {
        color: #4f45ae;
        font-size: 15px;
    }

    .right-login input.submit {
        width: 50%;
        border: 2px solid transparent;
        border-radius: 50px;
        margin: 20px auto;
        display: block;
        background: linear-gradient(to left, #ac5cff, #4447ad);
        padding: 5px 0;
        color: #fff;
    }

    .right-login h5 a {
        text-align: center;
        color: #4f45ae;
        font-size: 13px;
        text-decoration: underline;
        display: block;
        letter-spacing: 1px;
    }

.header {
    width: 100%;
    border-bottom: 2px solid #ccc;
    height: auto;
    background: #e4e4e4;
    padding: 10px 0;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

    .header .color-blue {
        color: #7287ae !important;
    }

.banner {
    width: 100%;
    background: #7287ae;
    margin-bottom: 20px;
}

    .banner::before {
        width: 100%;
        height: calc(50% - 0px);
        content: "";
        position: absolute;
        background: url(../images/pattern-bg.png) no-repeat;
        top: 150px;
        left: 0;
        opacity: 0.1;
    }
    
    .banner .search-section {
        z-index: 1050;
    }

    .banner .pt-50 {
        padding: 30px 0;
    }

    .banner .search-section h3 {
        color: #fff;
    }

    .banner .search-section input::placeholder, .banner .search-section input::-webkit-input-placeholder {
        font-size: 13px;
        color: #666;
    }

    .banner .search-section h5 a {
        width: 30px;
        height: 30px;
        background: #6888b1;
        display: block;
        text-align: center;
        line-height: 30px;
        color: #fff;
        border-radius: 50px;
        position: absolute;
        top: 4px;
        right: 5px;
        font-size: 14px;
    }

.footer {
    width: 100%;
    padding: 10px 0;
    background: #7287ae;
}

    .footer p {
        margin-bottom: 0;
    }

.show-more a {
    margin: 30px auto 0 auto;
    display: block;
    color: #fff;
    background: #f37328;
    width: max-content;
    padding: 10px 30px;
    border-radius: 50px;
}

.send-btn {
    width: 100%;
    padding: 8px;
    display: block;
    background: #7287ae;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}

    .send-btn:hover, .show-more a:hover {
        color: #fff;
    }

.thead-warning {
    background: #f37328;
    color: #fff;
}

.search-section .form-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #fff;
}

    .search-section .form-input:focus {
        outline: 0;
    }

.search-section .submit {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 3px;
    right: 2px;
    background: #7287ae;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}

.patient-login {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: relative;
    padding: 100px 0;
}

    .patient-login:before {
        background: url(../images/bg-1.png) no-repeat center center;
        position: absolute;
        content: "";
        width: 100%;
        height: 650px;
        top: -30px;
        background-size: cover;
    }

    .patient-login h3 {
        font-size: 23px;
        font-family: 'Conv_Poppins-Regular', sans-serif;
        padding: 40px 0 0 0;
    }

        .patient-login h3 span {
            font-weight: 600;
            font-size: 25px;
        }

    .patient-login .login-box {
        background: #fff;
        border: 8px solid #2d365e;
        height:550px;
        border-radius: 10px;
    }

        .patient-login .login-box .login-left {
            padding: 50px;
        }

        .patient-login .login-box .login-right {
            padding: 20px !important;
            margin-left: 0;
        }

            .patient-login .login-box .login-right h1 {
                background: linear-gradient(to left, #ac5cff, #4447ad);
                width: 55%;
                letter-spacing: 1px;
                padding: 10px;
                font-size: 13px;
                color: #fff;
                border-top-right-radius: 30px;
                border-bottom-right-radius: 30px;
            }
            
            .patient-login .login-box .login-right h2 {
                font-size: 15px;
                text-align: center;
                color: #4f45ae;
                margin-top: 20px;
            }

            .patient-login .login-box .login-right input.text {
                width: 100%;
                border-width: 0 0 2px 0;
                border-style: solid;
                border-color: #4f45ae;
                letter-spacing: 1px;
                padding: 5px 0;
                margin-top: 15px;
            }

            .patient-login .login-box .login-right input::placeholder, .login-right input::-webkit-input-placeholder {
                color: #4f45ae;
                font-size: 15px;
            }

.login-right input::-webkit-datetime-edit {
    color: #4f45ae;
}

.login-right input::-webkit-calendar-picker-indicator {
    color: #4f45ae;
}

.patient-login .login-box .login-right input.submit {
    width: 100%;
    border: 0 solid transparent;
    border-radius: 10px;
    margin: 20px auto;
    display: block;
    background: linear-gradient(to left, #ac5cff, #4447ad);
    padding: 8px 0;
    color: #fff;
}

.patient-login .login-box .login-right h5 a {
    text-align: center;
    color: #4f45ae;
    font-size: 13px;
    text-decoration: underline;
    display: block;
    letter-spacing: 1px;
}

.patient-details .pat-box {
    width: 100%;
    background: #fff;
    height: auto;
    border-radius: 3px;
    display: block;
   
}

    .patient-details .pat-box h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #17a2b8;
    }

    .patient-details .pat-box ul {
        margin: 0 0 10px 0;
        padding: 0;
    }

        .patient-details .pat-box ul li {
            list-style: none;
            line-height: 25px;
            padding: 8px;
            border: 1px solid #ddd;
        }

.patient-details .click-view a i {
    font-size: 22px;
    margin-right: 10px;
    color: #b24d4d;
}

.patient-details .click-view a {
    color: #333;
}

.patient-details .download a i {
    margin-right: 10px;
}

.patient-details .download a {
    width: auto;
    background: #7287ae;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 50px;
    padding: 10px;
    display: block;
}

.min-height-450 {
    min-height: 452px;
}

.build-case p {
    color: #333;
}


/*
.build-case p strong {
    color: #ffed14 !important;

}*/

.hyperlink {
    text-decoration: underline;
    color: blue;
    cursor:pointer !important;
}

div#upld_doc{margin-top:20px;}

.font-size-16{font-size:16px;}

.bullet-points {
    margin: 0 0 10px 75px;
}

.bullet-points li{font-size: 13px; line-height: 25px;}


@media (max-width:768px) {
    .header {
        background-color: #fff;
    }

        .header h3 {
            text-align: center;
        }

        .header .float-right {
            float: none !important;
            border: 1px solid #ddd;
        }

    .login .offset-2, .search-section .offset-4 {
        margin-left: 0 !important;
    }

    .left-login, .right-login {
        border-radius: 0;
    }

    .right-login {
        margin-left: 0;
    }

    .patient-details .pat-box {
        margin-bottom: 20px;
        height: auto;
    }

        .patient-details .pat-box .p-4 {
            padding: 20px 10px !important;
        }

    .patient-login {
        height: auto;
        padding: 10px;
    }

        .patient-login::before {
            height: auto;
        }

        .patient-login .login-box {
            width: 100%;
            height: auto;
        }

        .patient-login .offset-1 {
            margin-left: 0;
            padding: 0;
        }

        .patient-login .login-box .login-left {
            padding: 10px;
        }

        .patient-login .w-25 {
            width: 50% !important;
        }

    .build-case p {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    



    .min-height-450 {
        min-height: auto;
    }

    

        .embed-responsive {
            height: 55vh !important;
        }

    .ImgPriModel {
        width: 120%;
        margin-left: -10%;
        
    }

}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loadingtwo.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}




.mobile-author {
    background: url(../images/client-login-bg.png) no-repeat center center #fff5f5;
    padding: 30px 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-top: 50px;
    position: relative;
    left: 30px;
   
}

    .mobile-author img {
        max-width: 35%;
        text-align: left;
      
    }

    .mobile-author p {
        text-align: left;
        color: #5d5d60;
        line-height: 25px;
        font-size: 14px;
        padding: 0 20px;
    }

        .mobile-author p strong a {
            color: #f37327;
            z-index: 10000;
        }

    .mobile-author h5 {
        font-size: 16px;
        padding: 0 20px;
        line-height: 25px;
    }

    .mobile-author ul {
        margin: 0 0 20px 0;
        padding: 0;
    }

        .mobile-author ul li {
            list-style: decimal;
            margin-left: 33px;
            color: #5d5d60;
            font-size: 14px;
            line-height: 25px;
        }

.cl-login-right {
    background: url(../images/doc.png) no-repeat center center #fff;
    width: 100%;
    height: 100%;
    margin: 20px 0;
    -moz-box-shadow: inset 0 0 30px #e6dee9;
    -webkit-box-shadow: inset 0 0 30px #e6dee9;
    box-shadow: inset 0 0 30px #e6dee9;
    border-radius: 10px;
    padding: 20px 40px;
    text-align:right
}
    
   

    .cl-login-right h2 {
        color: #f37328;
        font-size: 22px;
        text-align: center;
        margin-top: 30px;
    }

    .cl-login-right input {
        width: 100%;
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 5px;
        height: 45px;
        margin: 10px 0 0 0;
        font-size: 13px;
    }

        .cl-login-right input:focus {
            outline: none;
        }

        .cl-login-right input::placeholder {
            font-size: 13px;
        }

        .cl-login-right input.submit {
            width: 50% !important;
            color: #fff;
            padding: 12px 50px;
            border-radius: 50px;
            margin: 10px auto;
            display: block;
            height: auto !important;
            font-size: 18px;
            letter-spacing: 1px;
            background-color: #FF3CAC;
            background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
        }

.privacy {
    text-align: center;
    margin-top: 30px;
}

    .privacy a {
        text-align: center;
        display: inline-block;
        color: #4447ad;
        margin: 0 20px;
    }

.login-field {
    position: relative;
}

.loginicon {
    position: absolute;
    content: "";
    top: 20px;
    right: 10px;
}

.log-out a {
    color: #ac5cff;
    font-size: 2.5em;
}

.discliamer p {
    font-size: 13px;
    line-height: 25px;
}

.discliamer .color-red {
    color: #dc3545;
}

.discliamer .color-green {
    color: #28a745;
}

.camera-scanner {
    width: 50%;
    background: rgba(2555,255,255,0.5);
    margin: 0 auto;
    padding: 10px;
}

    .camera-scanner p {
        text-align: center;
        color: brown;
    }

    .camera-scanner .scan-box {
        width: 300px;
        height: 300px;
        background: #5d5d60;
        border-radius: 5px;
        margin: 10px auto;
    }

        .camera-scanner .scan-box .camera {
            color: #fff;
            display: block;
            font-size: 10em;
            text-align: center;
            transform: translateY(60px);
            cursor: pointer;
            margin: auto;
        }

    .camera-scanner .top-left, .camera-scanner .top-right, .camera-scanner .bottom-left, .camera-scanner .bottom-right {
        position: relative;
    }

        .camera-scanner .top-left::before {
            position: absolute;
            background: #fff;
            width: 50px;
            height: 2px;
            content: "";
            left: 20px;
            top: 20px;
        }

        .camera-scanner .top-left::after {
            position: absolute;
            background: #fff;
            width: 2px;
            height: 50px;
            content: "";
            left: 20px;
            top: 20px;
        }

        .camera-scanner .top-right::before {
            position: absolute;
            background: #fff;
            width: 50px;
            height: 2px;
            content: "";
            right: 20px;
            top: 20px;
        }

        .camera-scanner .top-right::after {
            position: absolute;
            background: #fff;
            width: 2px;
            height: 50px;
            content: "";
            right: 20px;
            top: 20px;
        }

        .camera-scanner .bottom-left::before {
            position: absolute;
            background: #fff;
            width: 50px;
            height: 2px;
            content: "";
            left: 20px;
            bottom: -110px;
        }

        .camera-scanner .bottom-left::after {
            position: absolute;
            background: #fff;
            width: 2px;
            height: 50px;
            content: "";
            left: 20px;
            bottom: -110px;
        }

        .camera-scanner .bottom-right::before {
            position: absolute;
            background: #fff;
            width: 50px;
            height: 2px;
            content: "";
            right: 20px;
            bottom: -110px;
        }

        .camera-scanner .bottom-right::after {
            position: absolute;
            background: #fff;
            width: 2px;
            height: 50px;
            content: "";
            right: 20px;
            bottom: -110px;
        }

input.email {
    width: 30%;
    border: 1px solid #28a745;
    padding: 5px 10px;
    background: rgba(255,255,255,0.5);
}

    input.email::placeholder { font-size: 13px; }

@media (max-width:767px) {
    .header {
        background-color: #fff;
    }

        .header h3 {
            text-align: center;
        }

        .header .float-right {
            float: none !important;
            border: 1px solid #ddd;
        }

    .login .offset-2, .search-section .offset-4 {
        margin-left: 0 !important;
    }

    .left-login, .right-login {
        border-radius: 0;
    }

    .right-login {
        margin-left: 0;
    }

    .patient-details .pat-box {
        margin-bottom: 20px;
        height: auto;
    }

        .patient-details .pat-box .p-4 {
            padding: 20px 10px !important;
        }

    .patient-login {
        height: auto;
        padding: 10px;
    }

        .patient-login::before {
            height: auto;
        }

        .patient-login .login-box {
            width: 100%;
            height: auto;
        }

        .patient-login .offset-1 {
            margin-left: 0;
            padding: 0;
        }

        .patient-login .login-box .login-left {
            padding: 10px;
        }

        .patient-login .w-25 {
            width: 50% !important;
        }

    .client-login {
        height: auto;
    }

    .mobile-author {
        left: 0;
        padding: 10px;
        margin-top: 10px;
    }

    .client-login .pl-0 {
        padding-left: 15px !important;
    }

    .client-login .pr-0 {
        padding-right: 15px !important;
    }

    .log-out .justify-content-end {
        justify-content: center !important;
    }

    .button-group .btn {
        width: 100%;
        margin: 5px 0;
    }

    .discliamer p {
        text-align: left;
    }

    input.email {
        width: 100%;
    }
}

@media (max-width:768px) {
    .mobile-author {
        background-size: cover;
    }

    .cl-login-right input.submit {
        width: 100% !important;
    }

    .ImgPrih3 {
        font-size: 1.03rem !important;
    }

    .contactus {
        margin-left: 55% !important;
    }
}

@media (max-width:450px) {
    .contactus {
        margin-left: 5% !important;
    }
}

@media (min-width: 576px) {
    .container-sm, .container {
     
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
       
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
       
        max-width: 100% !important;
    }
}


