﻿@charset "utf-8";
/* CSS Document */
/*international patients*/
.box-inter {
    /*width: 20%;*/
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    /*padding: 35px;*/
    border: 2px solid #fff;
    /*border-radius: 20px/50px;*/
    background-clip: padding-box;
    text-align: center;
    font-family: "RobotoCondRegular", Arial, Helvetica, sans-serif;
}

.button-inter {
    font-size: 1em;
    padding: 10px;
    background: #053c62 none repeat scroll 0 0;
    border: 0 none;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 50px;
    transition: all 0.3s ease-out;
    font-family: "RobotoCondRegular", Arial, Helvetica, sans-serif;
    width: 100px;
    height: 38px;
    text-align: center;
    left: 85px;
}

.datafetch {
    padding: 5px 5px 5px 10px;
    font-size: 15px;
    color: #494949;
}

.button-inter:hover {
    background: #226085;
    color: #fff;
}

.overlay {
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.formarea .formbox {
    float: left;
    display: block;
    width: 33.33%;
    margin: 0 0 10px 0;
}

.radio-area {
    padding: 5px 9px 18px 10px; /*border-bottom: 1px solid #dadbdb;*/
}

.radio-estimate {
    margin: 4px 10px;
}

.estimate-formpopup {
    margin: 1px 0px;
}

    .estimate-formpopup .btn.btn-submit {
        background-color: #053c62; /*margin: 10px 15px;*/
    }

    .estimate-formpopup .btn {
        font-size: 1.0625em;
        display: inline-block;
        padding: 0.74em 1.5em;
        /*margin: 1.5em 0 0;*/
        color: #fff;
        border-width: 0 0 0 0;
        /* border-bottom: 5px solid; */
        /*text-transform: uppercase;*/
        background-color: #b3b3b3;
        /* border-bottom-color: #8c8c8c; */
        font-family: "RobotoCondRegular", Arial, Helvetica, sans-serif;
        width: 150px !important;
    }

.submit-formpopup .btn.btn-submit {
    background-color: #3aa8b9;
}

.submit-formpopup .btn {
    font-size: 1.0625em;
    display: inline-block;
    padding: 9px 5px;
    color: #fff;
    border-width: 0 0 0 0;
    background-color: #b3b3b3;
    margin-left: 15px;
    width: 120px !important;
    font-family: "RobotoCondRegular", Arial, Helvetica, sans-serif;
}

.reveal-if-active {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: 0.5s;
}

    .reveal-if-active label {
        /*display: block;
  margin: 0 0 3px 0;*/
    }

    .reveal-if-active input[type=text] {
        /* width: 100%;*/ min-height: 20px;
        padding: 2px 8px;
    }

.multiselect-container > li > a > label {
    padding: 4px 20px 3px 20px;
}

input[type="radio"]:checked ~ .reveal-if-active, input[type="checkbox"]:checked ~ .reveal-if-active {
    opacity: 1;
    max-height: 70px;
    padding: 10px 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: visible;
}

form {
    /*max-width: 500px;*/
    /* margin: 20px auto;*/
}

    form > div {
        /*margin: 0 0 20px 0;*/
    }

        form > div label {
            /*font-weight: bold;*/
        }

        form > div > div {
            /* padding: 11px 0px; */
            /*float: left;*/
        }

    form > h4 {
        color: green;
        font-size: 24px;
        margin: 0 0 10px 0;
        border-bottom: 1px solid green;
    }

.popup01 {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    /*border-radius: 5px;*/
    width: 60%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup01 h2 {
        margin-top: 0;
        color: #00a651;
        font-size: 22px;
        font-family: "RobotoCondRegular", Arial, Helvetica, sans-serif;
        padding-bottom: 20px;
    }

    .popup01 .close {
        position: absolute;
        top: 5px;
        right: 15px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
    }

        .popup01 .close:hover {
            color: #226085;
        }

    .popup01 .content {
        max-height: 30%;
        overflow: auto;
    }

.popup02 {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    /*border-radius: 5px;*/
    width: 65%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup02 h2 {
        margin-top: 0;
        color: #00a651;
        font-size: 22px;
        font-family: "RobotoCondRegular", Arial, Helvetica, sans-serif;
        padding-bottom: 20px;
    }

    .popup02 .close {
        position: absolute;
        top: 5px;
        right: 15px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
    }

        .popup02 .close:hover {
            color: #226085;
        }

    .popup02 .content {
        max-height: 30%;
        overflow: auto;
    }

.popup03 {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    /*border-radius: 5px;*/
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup03 h2 {
        margin-top: 0;
        color: #00a651;
        font-size: 22px;
        font-family: "RobotoCondRegular", Arial, Helvetica, sans-serif;
        padding-bottom: 20px;
    }

    .popup03 .close {
        position: absolute;
        top: 5px;
        right: 15px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
    }

        .popup03 .close:hover {
            color: #226085;
        }

    .popup03 .content {
        max-height: 30%;
        overflow: auto;
    }

.popup04 {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    /*border-radius: 5px;*/
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup04 h2 {
        margin-top: 0;
        color: #00a651;
        font-size: 22px;
        font-family: "RobotoCondRegular", Arial, Helvetica, sans-serif;
        padding-bottom: 20px;
    }

    .popup04 .close {
        position: absolute;
        top: 5px;
        right: 15px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
    }

        .popup04 .close:hover {
            color: #226085;
        }

    .popup04 .content {
        max-height: 30%;
        overflow: auto;
    }


.main1 {
    position: relative;
    width: 680px;
    margin: 0 auto;
}

.view {
    width: 290px;
    height: 180px;
    margin: 11px -6px;
    float: left;
    border: 5px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #378cab url(../images/bgimg.jpg) no-repeat center center;
}

    .view .mask, .view .content {
        width: 290px;
        height: 137px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .view img {
        display: block;
        position: relative;
    }

    .view h2 {
        /*text-transform: uppercase;*/
        color: #fff;
        text-align: left;
        /*position: relative;*/
        font-size: 19px;
        padding: 6px 10px;
        /* background: rgba(0, 0, 0, 0.8); */
        /*margin: 0px 0 0 0;*/
        font-family: "RobotoCondRegular", Arial, Helvetica, sans-serif;
        /* font-weight: 700; */
    }

    .view p {
        font-family: "RobotoCondRegular", Arial, Helvetica, sans-serif;
        font-style: italic;
        font-size: 12px;
        position: relative;
        color: #fff;
        padding: 10px 20px 20px;
        text-align: center;
    }

    .view a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        -webkit-box-shadow: 0 0 1px #000;
        -moz-box-shadow: 0 0 1px #000;
        box-shadow: 0 0 1px #000;
    }

        .view a.info: hover {
            -webkit-box-shadow: 0 0 5px #000;
            -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
        }

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(55,140,171, 0.9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}*/
.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

input[type="submit"].FeedFinalSubmit, input[type="submit"].FeedbackPopSubmit {
    height: 30px;
    color: #FFF;
    font-weight: normal;
    font-size: 16px;
    padding: 3px 15px 4px 40px;
    float: left;
    font-family: "RobotoMedium",Arial,Helvetica,sans-serif;
    background: url(../img/slot_0.png) no-repeat #3aa8b9;
}

.popup05 {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    /*border-radius: 5px;*/
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup05 h2 {
        margin-top: 0;
        color: #00a651;
        font-size: 22px;
        font-family: "RobotoCondRegular", Arial, Helvetica, sans-serif;
        padding-bottom: 20px;
    }

    .popup05 .close {
        position: absolute;
        top: 5px;
        right: 15px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
    }

        .popup05 .close:hover {
            color: #226085;
        }

    .popup05 .content {
        max-height: 30%;
        overflow: auto;
    }

*, *:before, *:after {
    box-sizing: border-box;
}


.logoarea {
    background: #f7f7f7;
    height: 291px;
    width: 285px;
}

.guideline-top {
    margin: 20px 0px;
    float: left;
}

.checklist {
    margin: 10px 0px;
    float: left;
}

.patient-title {
    font-family: "RobotoCondRegular", Arial, Helvetica, sans-serif;
    width: 294px;
    line-height: 25px;
    color: #58595b;
    font-size: 15px;
    padding: 0px;
    background: #ceeedd 100% 100% !important;
    padding: 10px 15px;
    height: 70px;
}

/*form-1*/
.lcdhasboard {
    width: 100%;
    background: #e6f4f5;
    padding: 20px;
    margin-bottom: 25px;
    height: 100%;
    overflow: hidden;
    /*box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);*/
    border-radius: 5px;
    font-family: "RobotoRegular",Arial,Helvetica,sans-serif;
}

.form-group {
    margin-bottom: 15px;
    height: 100%;
    overflow: hidden;
}

.lcdhasboard label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
    font-size: 16px;
    font-family: "RobotoCondRegular";
    margin-right: 0;
    padding-top: 0;
    width: auto;
}

.lcdhasboard .form-control {
    display: block;
    width: calc(100% - 7px);
    margin: 2px 4px;
    height: 36px;
    padding: 0px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c7c7c7;
    font-family: "RobotoRegular",Arial,Helvetica,sans-serif;
    color: #232222;
    /* border-radius: 4px; */
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
}

    .lcdhasboard .form-control.FormDateText {
        background: url(../img/date_icon.png) no-repeat 98% 5px #fff;
    }

.lcdhasboard .form-datetext {
    display: block;
    width: 100%;
    background: url(../images/from_calendar_icon.jpg) no-repeat scroll;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c7c7c7;
    font-family: "RobotoRegular",Arial,Helvetica,sans-serif;
}

.borderright {
    border-right: none !important;
}

.lcdhasboard .radio {
    width: 30%;
    float: left;
}

    .lcdhasboard .radio label {
        font-weight: normal;
        font-size: 14px;
        font-family: "RobotoRegular",Arial,Helvetica,sans-serif;
    }


.lcdhasboard .file {
    visibility: hidden;
    position: absolute;
}

.lcdhasboard .input-lg {
    height: 36px;
}

.lcdhasboard .browse {
    background-color: #01a6ee;
    border-color: #01a6ee;
    padding: 0px 20px;
}

.lcdhasboard .fa-folder-open-o {
    position: absolute;
    z-index: 99;
    right: 22%;
    top: 10px;
    font-size: 18px;
    color: #7b7878;
}

.lcdhasboard .fa-calendar {
    font-size: 18px;
}

.faq-cat-content .fa-folder-open-o {
    position: absolute;
    z-index: 99;
    right: 26%;
    top: 10px;
    color: #7b7878;
    font-size: 18px;
}

.panel-body tbody {
    font-weight: normal;
}

.pending {
    color: #c30101;
}

.lcdhasboard .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 4px;
}

.cancelbtn {
    background: #01a6ee !important;
    color: #fff !important;
    border: 2px solid #01a6ee !important;
    font-size: 16px;
    padding: 5px 30px;
    margin-left: 15px;
}

.submitbtn {
    background: #054fbe !important;
    color: #fff !important;
    border: 2px solid #054fbe !important;
    font-size: 16px;
    padding: 5px 30px;
}

.btntopmar {
    margin-top: 10px;
}

.lcdhasboard .icheck-default > input[type="radio"]:first-child:checked + label::before, .icheck-default > input[type="checkbox"]:first-child:checked + label::before, .icheck-default > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before, .icheck-default > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    color: #333;
    background-color: #ffffff;
    border: 2px solid #D3CFC8;
    border-radius: 50%;
}

.mandatory {
    color: #f00;
    font-size: 15px;
    margin-left: 5px;
}

.required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}

.form-tm {
    margin-top: 21px !important;
}

/* For Planvisit page and costestimate page*/

.visit-mob {
    display: flex;
    width: 100%;
}

.phoneCountry {
    width: 100px !important;
    float: left;
    margin-right: 15px !important;
}

.phoneNoDigits {
    width: calc(100% - 127px) !important;
}

.lcdhasboard label {
    text-align: left;
}

.btnSearchImage {
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    height: 28px;
    line-height: 30px;
    width: 28px;
    border: 0px none;
    background: url(../img/refresh.svg) no-repeat scroll 1px #215f84 !important;
    background-size: 26px !important;
    float: right;
    padding: 3px 0px 0px;
    float: left;
}



/*end*/

@media (max-width: 420px) and (min-width: 320px) {
}

@media (max-width: 767px) and (min-width: 300px) {
    .popup02 {
        width: 80%;
    }

    .popup03 {
        width: 80%;
    }

    .popup04 {
        width: 80%;
    }

    .popup01 {
        width: 80%;
    }

    .popup05 {
        width: 80%;
    }
}

@media (min-width: 1100px) and (max-width: 1400px) {
    .popup05 {
        width: 70%;
        max-height: 80%;
        overflow: auto;
    }

    .popup02 {
        width: 70%;
    }

    .popup03 {
        width: 70%;
    }

    .popup04 {
        width: 70%;
    }

    .popup01 {
        width: 70%;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    /*	.popup05 {
       width: 80% !important; 
}*/
    .frm_label input[type="text"], frm_label input[type="email"], frm_label input[type="date"] {
        width: 240px;
    }
}

@media all and (min-width: 767px) and (max-width: 1000px) {
    .popup05 {
        width: 85% !important;
    }

    .popup02 {
        width: 80% !important;
    }

    .popup03 {
        width: 67%;
    }

    .popup04 {
        width: 60%;
    }

    .popup01 {
        width: 60%;
    }

    .frm_label input[type="text"], frm_label input[type="email"], frm_label input[type="date"] {
        width: 240px;
    }
}

@media all and (min-width: 595px) and (max-width: 1024px) {
    .popup05 {
        width: 85%;
        max-height: 80%;
        overflow: auto;
    }

    .popup02 {
        width: 99% !important;
    }

    .popup03 {
        width: 85%;
        max-height: 80%;
        overflow: auto;
    }

    .popup04 {
        width: 85%;
        max-height: 80%;
        overflow: auto;
    }

    .checklist {
        margin: 0px 10px !important;
        float: left !important;
    }

    .logoarea {
        background: #f7f7f7;
        height: 291px;
        width: 285px;
    }
}

@media all and (min-width: 480px) and (max-width: 500px) {
    .guideline-top {
        margin-top: 15px;
    }

    .checklist {
        margin-top: 20px !important;
        float: left;
    }
}

@media all and (min-width: 320px) and (max-width: 420px) {
    .formarea .formbox {
        width: 100% !important;
    }

    .checklist {
        margin-top: 10px;
        /*float: left;*/
    }
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .formarea .formbox {
        width: 40%;
    }

    .logoarea {
        height: 285px;
    }

    .popup02 {
        width: 90%;
    }
}



@media only screen and (max-width: 767px) {
    .formarea .formbox {
        /*width:50%;*/ width: 45%;
        margin: 0px 12px;
    }

    .guideline-top {
        float: left;
    }

    .checklist {
        margin-top: 0px;
        /*float: left;*/
    }

    .logoarea {
        height: 285px;
        width: 100%;
    }

    h2.orangeSectionHead {
        text-align: center;
    }

    .inter-logo {
        position: relative;
        left: 90px;
    }
}
