﻿
* {
    --primary-yellow-col: #fcb13b;
    --primary-color-blk: #000000;
    --primary-color-blk-rgb: 0, 0, 0;
    --bg-dark-1: #18191b;
    --bg-dark-1-light: rgba(0,0,0,0.5);
}
.navbar-brand img {
    width: 20.5rem
}
footer .navbar-brand img {
    width: 25.5rem
}
.navbar-brand {
    padding: 0 0
}
.midnightblue {
    background-color: rgba(57, 59, 61, 1) !important
}
.nav-item:after {
    display: block;
    content: '';
    border-bottom: solid 3px #fcb13b;
    transform: scaleX(0);
    transition: transform 450ms ease-in-out;
}

.nav-item:hover:after {
    transform: scaleX(1);
}

.nav-item.fromRight:after {
    transform-origin: 100% 50%;
}

.nav-item.fromLeft:after {
    transform-origin: 0% 50%;
}
.nav-item.active:after {
    content: '';
    border-bottom: solid 3px #fcb13b;
    transform: scaleX(1);
}
.nav-item .dropdown-menu {
    font-size: 15px;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    padding-left: 25px;
    padding-right: 25px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
    text-wrap: nowrap;
}

.nav-item .dropdown-menu a {
    color: rgba(0, 0, 0, 0.8);
}

.nav-item.dropdown > a.nav-link {
    padding: 0px 1.5rem 0px 1.5rem !important;
}

.profile-image img {
    max-width: 42px;
    max-height: 42px;
    border-radius: 50%;
    cursor: pointer;
}

/* display form control*/
.form-label-display {
    background: rgb(245 246 255 / 16%);
    padding: 0.5em;
    display: flex;
    color: white;
    flex: auto;
    font-weight:500
}

    .form-label-display.empty {
        padding: 1rem
    }

    .text-muted {
        display: block;
    }

.form-label-display.refform {
    background: #cfdafb;
    border: solid 0.1rem;
}
.form-label-display.refform:empty {
    padding:1.3rem
}
.form-label {
    margin-bottom: 0
}
.underline-brk {
    display: block;
    text-decoration-line: underline
}
.group-labels label,
.group-labels span {
    display: inline;
    clear: both;
}


/* White Card Style*/
.white_card {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

    .white_card .white_card_header {
        border-bottom: 1px solid #f4f5fa;
        padding: 20px 20px;
        background: linear-gradient(45deg, rgba(57, 59, 61, 1) 0%, rgba(57, 59, 61, 0.25) 100%);
    }

    .white_card .white_card_body {
        padding: 40px
    }

.modal-body .white_card .white_card_body {
    padding: 0
}

.card_height_100 {
    height: calc(100% - 10px)
}

.card_height_50 {
    height: calc(50% - 10px)
}
.main-title h3 {
    font-family: 'Roboto';
    font-weight: 700;
    /* font-size: 14px; */
    color: #ffffff;
    /* line-height: 1.2; */
}

.main-title span {
    font-size: 12px;
    font-weight: 400;
    color: #a3a0fb;
    display: block;
    margin-top: 6px
}

.box_header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width:575.98px) {
    .box_header.box_header_block {
        flex-direction: column;
        align-items: flex-start !important
    }
    .white_card .white_card_body {
        padding: 15px
    }

}

@media(max-width:575.98px) {
    .box_header.box_header_block .main-title {
        margin-bottom: 15px
    }
}

.box_header .title_info p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #a3a0fb
}

/* width extensions */
.mw-15-rem {
    min-width: 15rem;
}

/* required field indicator*/

.glyphicon.glyphicon-asterisk.required {
    font-size: x-small;
    vertical-align: top;
    color: red;
}

/* required field indicator style overload*/
.required-ind .glyphicon.glyphicon-asterisk.required {
    float: left;
    margin-top: 1.2rem;
    margin-right: .5rem;

}
    .required-ind p {
        margin-top: 0.5rem;
        float: left

    }

/*Google Api - Place - Address list styles*/
.GApiAddList {
    z-index: 12000
}

/*Large check box design */
.gi-more.nolabel {
    margin-top: 2.8rem;
}


.tsicheckbox {
    display: inline-table;
    margin: 2px 10px 2px 0px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 2px 10px 2px 0px;
    min-width: 230px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 100%;
    padding: 6px 10px;
}

    .tsicheckbox label {
        vertical-align: middle;
        margin: 0px;
        color: #999999;
        cursor: pointer;
        margin-left: 0.5rem;
        display: table-cell
    }

    .tsicheckbox:hover {
        background-color: gainsboro !important;
        color: white !important;
        cursor: pointer;
    }

    .tsicheckbox input[type="checkbox"], .largetickbox input[type="radio"] {
        height: 25px;
        width: 30px;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 1rem
    }
/* image upload button style*/
.preview {
    padding: 10px;
    position: relative;
    display: inline-flex;
}

    .preview i {
        color: white;
        font-size: 35px;
        transform: translate(50px,130px);
    }

.preview-img {
    border-radius: 100%;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.7);
    display: inline-flex;
    width: 30rem;
    height: 30rem;
}
.browse-button {
    width: 30rem;
    height: 30rem;
    border-radius: 100%;
    position: absolute; /* Tweak the position property if the element seems to be unfit */
    background: linear-gradient(180deg, transparent, black);
    opacity: 0;
    cursor: pointer;
    transition: 0.3s ease;
    display: inline-flex;
}

    .browse-button:hover {
        opacity: 1;
    }

.browse-input {
    width: 30rem;
    height: 30rem;
    border-radius: 100%;
    transform: translate(-1px,-26px);
    opacity: 0;
    cursor: pointer;
}
.preview.square .preview-img,
.preview.square .browse-button,
.preview.square .browse-input {
    border-radius: 0;
}
.preview.square .preview-img,
.preview.square .browse-button {
    width: 100%;
    height: 100%;
    /*background: none;*/
}

.preview.square i {
    /*color: black;*/
}
.profile-background {
    content: " ";
    clip-path: circle(100% at 50% 310%);
    transition: 2s;
    display: block;
    /* min-height: 500px; */
    transition: 2s;
    border-radius: 20px;
    background-image: linear-gradient(2deg, #1b1e73 10%, #63bfcc 65%);
}

.nav-item > .nav-link.login {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
}
    .nav-item > .nav-link.login img {
        width: 4rem !important;
        height: 4rem !important;
    }


/* wizard css*/
.col-3-12 {
    width: 33.33333333333333%
}

.col-4-12 {
    width: 25%
}

.col-5-12 {
    width: 20%
}

.col-6-12 {
    width: 16.66666666666667%
}

.col-7-12 {
    width: 14.28571428571429%
}

.lm-10-px {
    margin-left: 10px;
}

.lm-15-px {
    margin-left: 15px;
}

.lm-20-px {
    margin-left: 20px;
}

.font-size-x {
    font-size: x-large !important;
}
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: inline-flex;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/*.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}*/

.stepwizard-step {
    display: inline-flex;
    text-align: center;
    position: relative;
    background: #f5dab0;
}
.stepwizard-step.first-step {
    border-radius: 1rem 0 0
}

.stepwizard-step.last-step {
    border-radius: 0 1rem 0 0
}

    .stepwizard-step .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
        background-color: white;
        border: 1px solid #ccc;
    }

    .stepwizard-step .btn-primary {
        color: #fff;
        background-color: #2d1967;
        border-color: #2d1967;
        width: 100%;
        border-radius: 0;
    }

    .stepwizard-step .btn-default {
        width: 100%;
        border-radius: 0;
    }

.stepwizard-row .stepwizard-step a.first-step {
    border-radius: 1rem 0 0
}
.stepwizard-row .stepwizard-step a.last-step {
    border-radius: 0 1rem 0 0
}


/* login styles*/
.omb_login .omb_authTitle {
    text-align: center;
    line-height: 300%;
}

.omb_login .omb_socialButtons a {
    color: white;
    // In yourUse @body-bg opacity:0.9;
}

    .omb_login .omb_socialButtons a:hover {
        color: white;
        opacity: 1;
    }

.omb_login .omb_socialButtons .omb_btn-facebook {
    background: #3b5998;
}

.omb_login .omb_socialButtons .omb_btn-twitter {
    background: #00aced;
}

.omb_login .omb_socialButtons .omb_btn-google {
    background: #c32f10;
}


.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

    .omb_login .omb_loginOr .omb_hrOr {
        background-color: #cdcdcd;
        height: 1px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .omb_login .omb_loginOr .omb_spanOr {
        display: block;
        position: absolute;
        left: 50%;
        top: -0.6em;
        margin-left: -1.5em;
        background-color: white;
        width: 3em;
        text-align: center;
    }

.omb_login .omb_loginForm .input-group.i {
    width: 2em;
}

.omb_login .omb_loginForm .help-block {
    color: red;
}

/* button overload styles*/
.btn {
/*    min-width: 12rem
*/}
@media (max-width: 767px) {
    .btn {
        width: 100%
    }
}


/* Spacing*/
.mr-2 {
    margin-right: 2px
}
.mr-3 {
    margin-right: 3px
}
.mr-4 {
    margin-right: 4px
}
.mr-5 {
    margin-right: 5px
}
.mb-01 {
    margin-bottom: 0.1rem
}
.mb-02 {
    margin-bottom: 0.2rem
}
.mb-03 {
    margin-bottom: 0.3rem
}
.mb-04 {
    margin-bottom: 0.4rem
}



/* forms styles */


.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

    .wrap:hover {
        /*background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);*/
        background: linear-gradient(45deg, rgba(57, 59, 61, 1) 0%, rgba(57, 59, 61, 0.25) 100%);
        color: white;
        cursor: pointer
    }
        .wrap:hover .fa, .wrap:hover h2, .wrap:hover p {
            color: white;
        }
    .wrap p {
        color: darkgray
    }
.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}

.vcenter {
    margin: auto;
}

.

.mbr-section-title3 {
    text-align: left;
}

h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}


.mbr-bold {
    font-weight: 700;
}


/* responsive styles overloaded */
@media (max-width: 991px) {
    .top-wrap .phone,
    .top-wrap .time,
    .top-wrap .address {
        display: none !important;
    }

    .toggle_radio .toggle_radio_content {
        float: left !important
    }
    .container, .container-md, .container-sm {
        max-width: 95%;
    }
    .p-5 {
        padding: 1rem !important;
    }
}

@media (max-width: 766px) {
    .container, .container-md, .container-sm {
        max-width: 98%
    }
}
@media (max-width: 575px) {
    #teeth-section {
        display: none
    }
}



/* Form Wizard style overload*/

.select2-container--open .select2-dropdown--below {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    border: 1px solid #e0e0e0;
    margin-top: 5px;
    overflow: hidden
}

.select2-container--default .select2-results__option {
    padding-left: 22px
}

.rs-select2 .select2-container {
    width: 100% !important;
    outline: none;
    background: #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

    .rs-select2 .select2-container .select2-selection--single {
        outline: none;
        border: none;
        height: 50px;
        background: 0 0
    }

        .rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
            line-height: 50px;
            padding-left: 0;
            color: #555;
            font-size: 16px;
            font-family: inherit;
            padding-left: 22px;
            padding-right: 50px
        }

        .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
            height: 50px;
            right: 15px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
                display: none
            }

            .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
                font-family: material-design-iconic-font;
                content: '\f2f9';
                font-size: 24px;
                color: #999;
                -webkit-transition: all .4s ease;
                -o-transition: all .4s ease;
                -moz-transition: all .4s ease;
                transition: all .4s ease
            }

    .rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

.tab-list {
    list-style: none;
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
    width: 100%
}

.tab-list__item {
    display: inline-block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0 13px
}

@media(max-width:767px) {
    .tab-list__item {
        display: block;
        margin-bottom: 15px
    }
}

.tab-list__link {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 22.5px;
    -moz-border-radius: 22.5px;
    border-radius: 22.5px;
    background: #999;
    /*width: 162px;*/
    width: auto;
    text-align: left;
    text-wrap: nowrap;
    padding-right: 1.5rem;
    min-width: 20rem
}

@media(max-width:1399px) {
    .tab-list__link {
        min-width: 15rem
    }
}

@media(max-width:767px) {
    .tab-list__link {
        width: 100%
    }
}

.tab-list__link .step {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #666;
    font-size: 18px;
    margin-right: 10px
}

.tab-list__link .desc {
    text-transform: capitalize;
    display: inline-block
}

.tab-list .active .tab-list__link {
    background: #fcb13b;
}
.tab-list .active a:focus {
    background: #fcb13b;
}
    .tab-list .active .tab-list__link .step {
        background-color: rgba(57, 59, 61, 1)
    }

.tab-content > .tab-pane {
    display: none;
    padding: 35px 0;
    padding-bottom: 10px
}
    .tab-content > .tab-pane.no-padding {
        padding: 0
    }
    
    .tab-content > .tab-pane.active {
        display: block
    }

/*.title {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px
}

.card {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff
}
*/
.card-1 {
    background: 0 0
}

    .card-1 .card-body {
        background: #fff;
/*        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
        -moz-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
        box-shadow: 0 8px 20px 0 rgba(0,0,0,.15)*/
    }


/* chosen dropdown overload*/
.chosen-container {
    font-size: 16px;
    font-weight: 500;
}
.chosen-container-active {
    border: 1px solid #fcb13b;
}

.chosen-choices {
    padding: .300rem 2.25rem .300rem .75rem !important;
    -moz-padding-start: calc(0.75rem - 3px) !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    -moz-appearance: none !important;
}

.chosen-container-single .chosen-single div {
    display: none !important
}

.chosen-container-single.chosen-with-drop .chosen-single {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' style=' transform: scale(-1,1)'><path transform='scale(1,-1)' transform-origin='center' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>") !important;
}

.chosen-container-single .chosen-single {
    /* height: 45px; */
/*    font-size: 16px;
    font-weight: 500;
    padding: 0.475rem 2.25rem .375rem .75rem;*/
}
/* margin style overload */
.pt-0 {
    padding-top: 0 !important
}

/* section title and other overloads*/
.mh-87 {
    min-height: 87vh;
}
.section-title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    color: #919191;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
}

#tsiModallg, #tsiModal {
    opacity: 1
}
.modal-dialog.modal-lg {
    min-width: 55%;
}

    .modal-dialog.modal-lg .modal-body {
        padding: 0 30px
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
/*    border-top-left-radius: calc(0.3rem - 5px);
    border-top-right-radius: calc(0.3rem - 1px);
*/
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
        border: none;
        background: none;
        font-size: xx-large;
    }


.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
}

    .modal-content .form-control {
        border-radius: 0 !important;
    }


.appointment .form-control select option {
    background-color: orange
}

.card-min-h {
    min-height: 26rem
}

/* toggle radio button */

.toggle_radio {
    position: relative;
    background: rgba(255,255,255,.1);
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100%
}

    .toggle_radio > * {
        float: right;
    }

    .toggle_radio input[type=radio] {
        /* display: none; */
        /* position: fixed; */
        visibility: hidden;
        position: absolute;
    }

    .toggle_radio label {
        z-index: 0;
        display: block;
        width: 3rem;
        /*height: 45px;*/
        /*margin-right: 10px;*/
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        cursor: pointer;
        z-index: 1;
        border: solid 1px gray;
        background: none;
        text-align: center;
        padding: 0.3rem;
        /*margin: 0 2px;*/
        /*background: blue;*/ /*make it blue*/
    }
        .toggle_radio label:has(input[value="false"]):hover,
        .toggle_radio label:has(input[value="False"]):hover {
            background-color: rgba(155,0,14);
        }
        .toggle_radio label:has(input[value="true"]):hover,
        .toggle_radio label:has(input[value="True"]):hover {
            background-color: rgba(0,155,12);
        }

        .toggle_radio label p,
        .toggle_radio label span {
            margin: 0 !important;
            padding: 0 !important
        }

        .toggle_radio label.yes {
            background-color: #009b0c;
            color: white;
            cursor: pointer;
        }
        .toggle_radio label.no {
            background-color: #9b000e;
            color: white;
            cursor: pointer;
        }

        .toggle_option_slider {
            /*display: none;*/
            /*background: red;*/
            width: 4rem;
            height: 2.7rem;
            position: absolute;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -o-transition: all .4s ease;
            -ms-transition: all .4s ease;
            transition: all .4s ease;
        }

.toggle_radio label.active:has(input[type=radio]):has([value="false"]),
.toggle_radio label.active:has(input[type=radio]):has([value="False"]) {
    background-color: #9b000e;
    color: white
}

.toggle_radio label.active:has(input[type=radio]):has([value="true"]),
.toggle_radio label.active:has(input[type=radio]):has([value="True"]) {
    background-color: #009b0c;
    color: white
}
.toggle_radio_content {
    display: flex;
}
#filteredtime .toggle_radio_content label {
    margin: 0px;

}
#filteredtime .toggle_radio_content,
#patientIfo .toggle_radio_content {
    float: none;
    display: inline-block
}
#dateandtime .toggle_radio_content,
#patientIfo .toggle_radio_content {
    float: none;
    margin-left: 1.5rem;
}
.toggle_radio .toggle_radio_content .input-group {
    flex-wrap: nowrap
}
/* slider */
.slider {
    margin: 0.8rem;
}

.slider-value {
    display: inline;
    color: red;
}
.slider-label {
    float: right
}

span.ti-face-sad {
    margin-right: 5px;
    float: left;
    font-weight: bolder
}
.no-padding {
    padding: 0
}
.p-revert {
    padding: revert
}

/* common error message style */
.erro-messaage {
    color: red;
    font-size: 4.2rem;
    margin: auto;
    vertical-align: middle;
    padding-right: 1.2rem;
}

/* back to top button style*/
#back-top {
    background: #fcb13b;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    color: #fff !important;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108,98,98,0.2)
}

@media (max-width: 575px) {
    #back-top {
        right: 16px
    }
}

#back-top a i {
    display: block;
    line-height: 50px;
    color: #fff !important;
}

/* sticy header style */
.navbar {
    border-radius: 0px;
}
.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    /*background: #fff*/
}

nav.sticky-bar {
    margin-top: 9rem;
}

.header-sticky.sticky-bar {
    /*background: #070d23;*/
    background: rgba(7, 13, 35, .8);
}

    .header-sticky.sticky-bar.sticky .main-menu ul li a {
        padding: 20px 20px !important
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

@media (max-width: 575px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

/* progress wait window style*/
.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
}

.submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
    z-index: 1;
    /* The following properties are the ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: black;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
}

/* Changing style for spinner */
.submit-progress {
    padding-top: 2em;
    width: 23em;
    margin-left: -11.5em; /* Set to a negative number that is 1/2 of the width */
}

    .submit-progress i {
        margin-right: 0.5em;
    }

.hidden {
    display: none;
}

/* input group style overload*/

.input-group-text-middle .input-group-text {
    border: none;
    border-radius: 0px
}
.input-group-text {
    border-radius: 0px
}
.mt-4ext {
    margin-top: 2rem !important
}
.input-group [class*="col"] {
    padding: 0
}

/* box shadow style overload*/
.ribbon-row {
    border: solid 1px;
    padding: 10px;
    border-radius: 0.7rem;
    box-shadow: 0px 0px 5px 2px rgb(179 179 179 / 70%);
}
button.option-list {
    border: none !important
}

    button.option-list .wrap {
        min-height: 14rem
    }

        button.option-list .wrap.active {
            border: solid 2px #393b3d;
        }
    button.option-list svg {
        user-select: none;
        display: inline-block;
        fill: currentcolor;
        flex-shrink: 0;
        transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        font-size: 1.5rem;
        height: 20px;
        width: 20px;
        position: absolute;
        top: 10px;
        right: 2.5rem;
        color: #393b3d;
    }

/* upload Style */
.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 10px 12px;
    border-radius: 0px 4px 4px 0px;
    height: fit-content
}

    .image-preview-input input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.image-preview-input-title {
    margin-left: 2px;

}
.image-preview {
    margin-top: 1.6rem
}
a.image-preview-clear {
    border-radius: 0px;
    border-color: rgb(204, 204, 204);
    height: fit-content;
    padding: 7px 25px 11px 25px;
}
    a.image-preview-clear span {
        margin: 0px;
        vertical-align: middle;
    }
.heading {
    border-bottom: solid;
    margin-top: 2.5rem;
}

/* picture in list*/
.profile-picture {
    width: 100%;
    height: auto;
    /* object-fit: contain; */
    padding: 5px;
    border: 1px solid;
    margin-bottom: 10px
}

td .profile-picture {
    width: 4em;
    height: 4em;
    padding: 2px;
    margin-bottom: 0px;
    border-radius: 50%;
}
/* jquery-ui dropdown overwrite style*/
li.ui-menu-item .ui-menu-item-wrapper {
    border-bottom: solid 0.5px darkgray;
}

.ui-autocomplete {
    max-height: 25rem;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 450px;
}
.rate-label {
    float: right;
    color: darkgray
}

/* Card style override*/
.card-body {
    background:rgba(var(--bg-dark-color), .9);
}
.accordion .card-header:not(:has(button.collapsed)) {
    background-color: rgb(202 142 70);
}

/* custom checkbox style */
/* The container */
.chk-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .chk-container label {
        cursor: pointer
    }
    /* Hide the browser's default checkbox */
    .chk-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
input[type=checkbox] {
    /*display: none;*/
}

    input[type=checkbox] + input + label,
    label[data-t-num] {
        height: 4rem;
        width: 1.5rem;
        display: inline-block;
        padding: 0 0 0 0px;
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;
    }

.upper-teeth input[type=checkbox] + input + label,
.upper-teeth label[data-t-num] {
    background-position: bottom;
    margin-bottom: 0.5rem
}

.fs-xsmall {
    font-size: x-small !important
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #cfdafb;
    font-family: 'FontAwesome';
    padding-right: 3px;
    font-size: 20px;
}

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
    background-color: #cfdafb;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "\f00c";
    position: absolute;
    display: none;
    margin-left: 0.2rem
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
    display: block;
}
.de-content-overlay .chk-container input:checked ~ .checkmark:after {
    color: black;
}

.pad_0_2 {
    padding: 0.2rem !important
}

input[type="button"].btn-line {
    background: none;
    padding: 8px 20px;
}

    input[type="button"].btn-line:hover {
        background: #CA8E46;
        border-color: #CA8E46;
    }

input[readonly="readonly"] {
    background-color: rgb(128 128 128 / 50%) !important;
}

.mt-off-05 {
    margin-top: -0.5rem !important
}

.mt-off-1 {
    margin-top: -1rem !important
}

.mt-off-1_5 {
    margin-top: -1.5rem !important
}

.mt-off-2 {
    margin-top: -2rem !important
}

.ml-off-05 {
    margin-left: -0.5rem !important
}

.ml-off-07 {
    margin-left: -0.7rem !important
}

.ml-off-1 {
    margin-left: -1rem !important
}

.ml-05 {
    margin-left: 0.5rem !important
}
.ml-1 {
    margin-left: 1rem !important
}
.ml-2 {
    margin-left: 2rem !important
}
.ml-3 {
    margin-left: 3rem !important
}
.ml-4 {
    margin-left: 4rem !important
}
.pl-05 {
    padding-left: 0.5rem !important
}

.pl-1 {
    padding-left: 1rem !important
}
.mt-02 {
    margin-top: 0.2rem !important
}


/* line error message */
span.text-danger:not(:empty) {
    display: block;
    color: red !important;
    background-color: white;
    font-weight: 600;
    padding-left: .5vh;
}
input.invalid {
    border-color: red !important;
    border-width: medium !important
}


/* report styles */
#reportMainFrame {
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.7);
}

#printdiv:hover {
    cursor: pointer
}

.width-50 {
    width: 50%
}

.inline-block {
    display: inline-block !important
}

.flex-inline {
    display: inline-flex
}

.inline-table {
    display: inline-table
}

.pull-right {
    float: right
}

.text-right {
    text-align: right
}

.text-bold {
    font-weight: bold
}

    .text-bold *,
    .text-bold span {
        font-weight: bold !important
    }

.text-bolder {
    font-weight: bolder
}

    .text-bolder *,
    .text-bolder span {
        font-weight: bolder !important
    }

.venue-picture-display {
    width: 100%
}

.comp_none {
    padding: 0
}
.no-border {
    border: none !important
}
iframe {
    border: 0;
    width: -webkit-fill-available;
    min-height: 55vh;
}
.list-group-item {
    background: transparent;
    padding-top: 5px;
    color: black;
    border: none;
    width:1%
}
    .list-group-item:focus,
    .list-group-item:hover {
        color: black;
        font-size: larger;
        font-weight:800

    }
.list-group .input-group span {
    padding: 1vh 0;
    font-size: large;
    color: black
}

img.letterhead {
    width: 80%
}
img.pdfIcon {
    width: 2rem;
}
a.icon {
    filter: invert(150%) sepia(33%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);
}

    a.icon:hover {
        filter: invert(50%) sepia(63%) saturate(1352%) hue-rotate(5deg) brightness(119%) contrast(119%);
    }
.fc-black {
    color: var(--primary-color-blk);
}
#tsiWaitModal {
    top: 25vh
}
.pd-top-140 {
    padding-top: 140px;
}
.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5,
.bg-white label,
.bg-white span,
.bg-white p,
.bg-white .btn-line,
.bg-white .btn-line-white,
.bg-white #contact_form input[type="text"],
.bg-white #contact_form textarea,
.bg-white #contact_form input[type="email"],
.bg-white #contact_form input[type="number"],
.bg-white #contact_form input[type="date"],
.bg-white #contact_form input[type="tel"],
.bg-white #search,
.bg-white #contact_form select {
    color: black;
    border-color: black;
}
    .bg-white label,
    .bg-white span {
        font-weight: 600;
    }
.bg-white #contact_form input[type="text"],
.bg-white #contact_form textarea,
.bg-white #contact_form input[type="email"],
.bg-white #contact_form input[type="number"],
.bg-white #contact_form input[type="date"],
.bg-white #contact_form input[type="tel"] {
    background-color: #cfdafb
}
/*#contact_form input[placeholder], #contact_form textarea[placeholder]{
    color: blue
}*/
.pc-f-color {
    color: var(--primary-yellow-col) !important
}

section.transparent .opacity-5 {
    opacity: 1 !important
}
.card-image-1 .d-text {
    padding: 0 !important
}
.staff .doc-name {
    margin-top: 98%
}

/*mobile menu */
#refformmenu {
    display: none !important
}
#refformmobilemenu {
    display: inline-block !important;
}
@media only screen and (max-width: 992px) {
    #refformmenu {
        display: inline-block !important;
    }
    #refformmobilemenu {
        display: none !important
    }
    .info-box_subtite {
        font-size: 1.6vh
    }
}

@media only screen and (max-width: 1080px) {
    #mainmenu a {
        font-size: 1.6vh
    }
}
@media only screen and (max-width: 767px) {
    #bannerbox .text-center {
        text-align: left !important
    }
}
video {
    margin-top: 0 !important
}
.mw-75 {
    max-width: 75%
}


#testimonial-carousel-single img {
    width: 8vh;
    height: auto;
}
.va-middle {
    vertical-align: middle !important;
}
.greview {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    /* color: rgb(255, 255, 255); */
    display: inline-flex;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 0.5vh;
}
.ReviewContainer {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    outline: none !important;
    display: grid;
    justify-content: stretch;
    width: 100%
}
    .ReviewContainer .item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding: 1rem;
        transition: background-color 0.1s;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        flex-grow: 1;
        padding: 24px;
        background-color: rgb(34, 34, 34);
        border: 1px solid transparent;
    }
        .ReviewContainer .item img {
            width: 5vh;
            height: auto;
        }
    .ReviewContainer .info-box_subtite p {
        margin: 0px !important
    }
    .ReviewContainer .info-box_text {
        margin-left: 0.25rem
    }
    .ReviewContainer .item .d-testi {
        position: relative;
        overflow: hidden;
        max-height: 8vh;
        transition-duration: 0s !important;
    }


input::placeholder {
    color: blue;
    opacity: 1; /* Firefox */
}
input::-ms-input-placeholder { /* Edge 12-18 */
    color: blue;
}

.modal-content.wait {
    width: 50%;
    margin-left: 25%;
    padding: 1rem;
}

/* ================================================== */
/* section */
/* ================================================== */
section.page-header {
    padding: 10vh 0 3vh 0;
}

.de-content-overlay hr {
    border-top: solid 1px #fff;
}

.section-title-tsi {
    border-bottom: solid 1px;
    margin-bottom: 1vh;
}
.section-title-tsi h4 {
    background-color: white;
    color: black;
    padding: 0.5vh 1vh;
    width: fit-content;
}
.flex-middle-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

/* hyperlink */
a.link {
    text-decoration: underline !important
}

/* chosen dropdown overright */
.chosen-drop .chosen-search input {
    color: black !important
}

/* divider */
.divider-outer {
    position: relative;
}

.modal-content .divider-outer {
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    padding-top: 15px;
}

/*    .divider-outer .col {
        padding: 15px 30px;
    }*/

.divider {
    position: absolute;
    width: 1px;
    background: #ddd;
    top: 0;
    bottom: 0;
    left: 50%;
    padding: initial
}
    .divider span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        font-size: 12px;
        font-weight: bolder;
        color: white;
        background-color: black;
        border: 1px solid #f0f0f0;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        margin-left: -15px;
        text-align: center;
    }

/*    .divider:after {
        content: '\f006';
        font-family: 'FontAwesome';
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        font-size: 12px;
        color: #4caf50;
        background: #fff;
        border: 1px solid #f0f0f0;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        margin-left: -15px;
        text-align: center;
    }*/

.name-input-group label {
    margin: auto 0;
    margin-right: 10px;
}

/* alignments */
.vertical-top {
    vertical-align: top !important
}
.docview .box-icon .text {
    margin-left: 6vh !important;
}
.docview .box-icon .icon img {
    width: 2.5vh;
    padding: 0px
}
a.style-1 {
    text-decoration: underline

}

.text-left-imp {
    text-align: left
}

.btn-line.active {
    background-color: var(--primary-color-1);
    border-color: var(--primary-color-1);
}
    .btn-line.active:after,
    a.btn-line.active:after,
    a.btn-line.active:after {
        color: #fff;
    }
.service-item .owl-carousel .owl-item {
    max-width: 25rem
}
.no-padding-bottom {
    padding-bottom: 0px !important
}

#attachmentList img {
    vertical-align: middle;
    max-height: 12rem;
    width: -webkit-fill-available;
}

/* TSI Alert and Info banners */
.tsi-alert-banner {
    padding: 0.2rem;
    border-radius: 0;
    font-weight: bolder;
}

.textarea_danger {
    border: 2px solid red !important;
}



#background {
    background: #1e5799;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
    background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
    background: -ms-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
    background: -o-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
    background: linear-gradient(to bottom, #1e5799 0%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    background-attachment: fixed;
}
#tsiWaitWindow .modal-header,
#tsiWaitWindow .modal-body {
    padding: 1vh
}
.input-group-append {
    cursor: pointer;
}

div.date input + img {
    width: 2rem;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
    cursor: pointer;
}

/* before and after image styling */
.beforeAfter {
    visibility: visible;
}
.bg-black-05 {
    background-color: rgb(0,0,0, 0.5)
}

/* custom error page style*/
#notfound {
    position: relative;
    height: 92vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 920px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

    .notfound .notfound-404 {
        position: absolute;
        height: 100px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Maven Pro', sans-serif;
            color: #ececec;
            font-weight: 900;
            font-size: 20vh;
            margin: 0px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .notfound h2 {
        font-family: 'Maven Pro', sans-serif;
        font-size: 4vh;
        color: #000;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0px;
    }

    .notfound p {
        font-family: 'Maven Pro', sans-serif;
        font-size: 2vh;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 15px;
    }


        .notfound a:hover {
            background-color: #fff;
            border-color: #189cf0;
            color: #189cf0;
        }
.pt-16vh {
    padding-top: 16vh !important
}
@media only screen and (max-width: 480px) {
    .notfound .notfound-404 h1 {
        font-size: 16vh;
    }

    .notfound h2 {
        font-size: 3vh;
    }
}

/* boostrap class overwrite */

.input-group-text {
    border-radius: inherit
}
#FinalPage_parent .nav-link {
    font-weight: bold;
    color: black;
    background-color: var(--bs-gray-300)
}
.tsi-circle {
    border: 2px solid;
    padding: 1vh;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    letter-spacing: normal;
    background-color: rgba(var(--bg-dark-color), 1);
    border-color: rgba(var(--bg-dark-color), 1);
    color: #fff;
    line-height: .5 !important
}

#FinalPage_parent .nav-link.active {
    background-color: var(--primary-color-1);
    border-bottom: solid 3px #fcb13b;
    font-weight: bold
}

#services .d-image .color-ps img {
    border-radius: 34%;
    width: 10vh;
}

.btn-line-black {
    color: black;
    border-color: black;
}
.text-border {
    text-shadow: 2px 0 var(--bg-dark-1), 2px 0 var(--bg-dark-1), 0 2px var(--bg-dark-1), 0 2px var(--bg-dark-1), 1px 1px var(--bg-dark-1), -1px -1px var(--bg-dark-1), 1px -1px var(--bg-dark-1), -1px 1px var(--bg-dark-1);
}