/*
    DEMO STYLE
*/

@import url("/css/fontawesome.all.css");
@import url("/css/bootstrap.min.css");
@import url("/css/montserrat.css");
body {
    font-family: 'Montserrat', serif;
}
.font-weight-bold {
    font-weight: 700!important
}
.user-icn::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f007";
    font-weight: 900;
}

.check-icn::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #5a5;
}

.arrowdown-icn::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f0ab";
    font-weight: 900;
    color: #5a5;
}

.dots-icn::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f141";
    font-weight: 900;
    color: #dc0;
}

.check-icn-sm::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00c";
    font-weight: 900;
}

.right-arrow-icn-lg::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f0a9";
    font-weight: 900;
}

.times-icn::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00d";
    font-weight: 900;
    color: #f55;
}
.at-icn::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f1fa";
    font-weight: 900;
}

.doctor-icn::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f82f";
    font-weight: 900;
}

.clinic-icn::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f7f2";
    font-weight: 900;
}
.phone-icn::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f095";
    font-weight: 900;
}
.key-icn::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f11c";
    font-weight: 900;
}
.content{
    width: 80%;
    margin: auto;
}
.custom-font{
    font-family: Montserrat, serif;
}
.legs-img-block{
    height: 95%;
}

.title-text{
    margin-top: 80px;
}

.instruction-text{
    margin-top: 80px;
    margin-bottom: 10%;
}
.step-text{
    font-weight: bold;
    margin-top: 35px;
}
.form-control, .form-text
{
    max-width: 350px;
}
.customize-file-label{
    white-space: nowrap;
    overflow: hidden;
}

.customize-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
  
.customize-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
  
.customize-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
  
.customize-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.customize-file-input~.customize-file-label[data-browse]::after {
    content: attr(data-browse);
}

.absolute-bottom-widget {
    width: 100%;
    position: fixed;
    bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
    background-color: rgba(255,255,255,0.6);
}

.scroll-down{
    font-size: 50px;
    position: fixed;
    bottom: 20%;
    right: 5%;
    z-index: 999;
}

.customize-file-input~.customize-file-label[data-browse]::after {
    background-color: #0c0;
}
.btn-custom-link{
    background-color: #fff;
    color: #007bff;
}

.sert_view{
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 500px;
}
