﻿@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600&family=Outfit:wght@100;200;300;400;500&display=swap');
html, body {
    min-height: 100%;
    height: 100%;
}

#divAppointmentInfo > .tblApptDetails > tr > td:first-child {
    min-width: 150px;
    font-weight: 700;
    padding: 5px 10px 5px 10px
}

#divAppointmentInfo > .tblApptDetails > tr > td:nth-child(4) {
    min-width: 150px;
    font-weight: 700;
    padding: 5px 10px 5px 50px
}

#divAppointmentInfo > .tblApptDetails > tr > td:nth-child(2) {
    min-width: 20px;
    font-weight: 700
}

#divAppointmentInfo > .tblApptDetails > tr > td:nth-child(5) {
    min-width: 20px;
    font-weight: 700
}
/*Custom CSS _14-03-22*/
.cs-shadow{box-shadow:0px 0px 9px 0px rgb(175 211 220); }

.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
a.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}
.crd-bdr {
    border-top: 2px solid #00789d;
}
.card {
    
    border-radius: 6px;
    box-shadow: 0 0 13px #b4d5e0;
   background:#ffffff;
}
.card-hdr {
    background-color: #f0f6f8;
    padding: 15px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
     
}
.card-body{ padding:16px;}
.card-footer {
    background: #fff;
    border-top: 1px solid #d7f0f8;
    border-radius: 4px;
}
uid_value {
    color: #0685A7;
    font-weight: 500;
    padding-left: 20px;
}

.ss_score {
    color: #FFCE11;
    display: table;
    background: #135364;
    font-weight: 500;
    padding: 6px 19px;
    border-radius: 3px;
}

.res_bg {
    background: url(images/response_bg.svg);
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
}

    .res_bg .rsfrm_lbl {
        font-size: 13px;
        color: #98acb2;
        padding-bottom: 9px;
    }

    .res_bg h4 {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 6px;
    }

.res_collection {
    background: #EEF4F6;
    padding: 16px;
    border-radius: 6px;
}

.respns_title {
    font-size: 14px;
    color: #546F77;
    padding: 20px 0px 10px;
    margin-bottom: 0px;
}

.res_collection h5 {
    color: #215D6E;
    font-size: 14px;
    font-weight: 500;
}

.res_collection ul li {
    color: #546F77;
    font-size: 14px;
    padding-bottom: 6px;
}

.cnt_btn {
    color: #FAB400;
}

    .cnt_btn a {
        color: #FAB400;
        text-decoration: none;
    }
.p-3{ padding:32px;}
.px-3{ padding:0px 32px;}
.py-2{ padding:16px 0px;}
.qs-ftr{ padding:16px 32px;}
.qs-ftr a{ color:#fff !important;}

.justify-content-center {
    justify-content: center !important;
}
.align-items-center {
    align-items: center !important;
}
a.btn-primary{ color:#fff !important;}
.btn-secondary {
    background: #6c757d;
    color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #0ca668;
    border-color: #0ca668;
}
.hdr-title {
    font-size: 18px;
    color: #000;
    margin: 0px;
}
.qs-title {
    font-size: 17px;
    color: #07708b;
    font-weight: 500;
    margin: 0px 0px 12px;
   
}


.card-body label {
    font-weight: 400;
}
.qs-sec { }
.qs-sec ul li { padding-bottom:16px; padding-right:19px; }

.mt-2 {
    margin-top: 20px;
}
.pt-2{ padding-top:12px;}
.uhid-mbl {
    margin-right: 16px;
    float: left;
    width: auto !important;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-column {
    flex-direction: column !important;
}

.table-center {
    margin-left: auto;
    margin-right: auto;
}
.center-inputs {
    display: flex;
    justify-content: center;
}

.dbmenu a {
    width: 178px;
    height: 88px;
    padding: 16px 12px;
    border: 2px solid #0000;
    transition: border-color .3s ease-in-out;
}
.gray-grid > * {
    margin-bottom: 12px;
}
.gray-grid a {
    background: #fff;
    color: #007d9e !important;
    border-radius: 4px;
    font-weight: 500;
    /*text-shadow: 1px 1px 0px #c3d8de;*/
    font-size: 17px;
    line-height: 26px;
}
a {
    color: #00789d !important;
}
a:focus, a:hover {
    color: #fdb200;
    text-decoration: none;
}
.gray-grid span {
    font-size: .71rem;
    color: #000;
    margin-top: 4px;
    line-height: 1.2;
    text-transform: capitalize;
}

.gray-grid > :not(:last-child) {
    margin-right: 12px;
}

th {
    text-align: left;
    background: #fff5dc;
    color: #c38d06;
    font-weight: 500;
    font-size: 15px;
}

.tf-sec { border-bottom:1px solid #969696;  margin-bottom:16px;}
.tf-title {
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 21px;
}
.tf-desc{ font-size:13px; color:#767676;}
.mbl-fin{
    margin-left: 5px;
    float: left;
    width: auto !important;
}
.or-txt {
     
    padding: 10px;
}

@media (max-width: 767px) {
    
    .mbl-fin {
        margin-left: 0px;
    }
    .otpbtn {
        margin: 16px 0px !important;
        float: left;
        width: auto !important;
    }
    .or-txt {
        padding: 26px;
        float: left;
    }
    .change-btn {
        margin: 8px 9px !important;
    }
}


/*Key PAD*/
.mt-3{ margin-top:36px;}
.my-3 {
    margin: 30px 0px;
}

.cl-wdth {
    width: 123px !important;
}
.mbl-input {
    border: none;
    border-radius: 8px;
    box-shadow: 1px 1px 4px #9fdcec;
    height: 52px;
    width: 280px;
    /* border-bottom: 2px solid #9d9d9d; */
    margin-bottom: 16px;
}
.keypad {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
}

    .keypad .dots {
        display: inline-flex;
        margin: 1.5rem 0;
    }

        .keypad .dots div {
            width: 1rem;
            height: 1rem;
            background: transparent;
            margin: 0.7rem 1rem;
            border-radius: 50%;
            border: 1px solid #000;
        }

.content {
    background: #FFFFFF;
    border-radius: 12px;
    font-family: sans-serif;
    height: auto;
    padding: 0.6rem;
    width: 282px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    box-shadow: -10px -10px 30px 4px rgba(154, 203, 255, 0.15), 10px 10px 30px 4px rgba(154, 203, 255, 0.15);
}
.p-rel{position:relative;}
/*.mbl-input{ width:40%;}*/
.abs-btn {
    position: absolute;
    top: 9px;
    right: 8px;
}

@media (max-width: 992px) {
    .content {
        width: 282px;
    }
}

@media (max-width: 572px) {
    .content {
        width: 282px;
        min-width: 282px;
    }
}

.content div {
    width: 56px;
    height: 56px;
    background: #e2ecf4;
    border-radius: 9px;
    cursor: pointer;
    margin: 0.5rem;
    font-size: 1.9rem;
    color: #474747;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 250ms ease;
}

    .content div:hover {
        background: #e2e9f2;
    }

    .content div:active {
        background: #c7d7e6;
    }

.content .b6 {
    order: 1;
}

@media (max-width: 992px) {
    .content .b6 {
        order: 0;
    }
}

.content .b7 {
    order: 1;
}

@media (max-width: 992px) {
    .content .b7 {
        order: 0;
    }
}

@media (max-width: 572px) {
    .content .b7 {
        order: 0;
    }
}

.content .b8 {
    order: 1;
}

@media (max-width: 572px) {
    .content .b8 {
        order: 0;
    }
}

.content .b9 {
    order: 1;
}

.content .b0 {
    order: 1;
}

.content .enter {
    background: #266eff;
    color: #FFFFFF;
    font-size: 1rem;
    order: 1;
}

    .content .enter:hover {
        background: #0957f4;
    }

    .content .enter:active {
        background: #004be4;
    }

.content .clear {
    background: #fff3cb;
    color: #474747;
    font-size: 1rem;
    order: 3;
}

    .content .clear:hover {
        background: #ffecae;
    }

    .content .clear:active {
        background: #fee38b;
    }


/*EMOJII*/

 




.custom-radio.emoji label {
    text-align: center;
    padding: 5px;
    border: 1px solid #eee;
    min-width: 57px;
    min-height: 95px;
}
input.custom-check[type="checkbox"]:checked + label,
.custom-radio input[type="radio"]:checked + label,
.custom-tabs li.active .cust-btn {
    background-color: #ec7323;
    color: #fff;
}
.custom-radio.emoji label span {
    display: block;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
}

/*.custom-radio.emoji label img {
    max-height: 35px;
}*/
.radio-inline input[type=radio],
.radio input[type=radio] {
    margin-left: -25px;
}
.custom-radio input[type=radio] {
    opacity: 0;
    z-index: 1;
    outline: hidden;
    outline: 0 none;
}
 .emoji input[type=radio]:checked + label {
    background-color: #007c9d !important;
}

.radio, .radio label {
    padding-left: 5px;
    padding-right: 12px;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
input.custom-check[type="checkbox"] + label,
.custom-radio label, .custom-tabs .cust-btn, .grey-btn {
    /*background-color: #f0f6f8;*/
   /* border-radius: 6px;
    border: 0.13rem solid #ffffff;*/
    padding: 8px;
    color: #00556f;
    position: relative;
    font-weight: normal;
    overflow: hidden;
    display: block;
    width: 100%;
    min-height: 30px;
    min-width: 70px;
    text-align: center;
   /* box-shadow: 0px 0px 6px rgb(192 214 222);
    -webkit-box-shadow: 0px 0px 6px rgb(192 214 222);*/
}



input[type="checkbox"] {
    display: block;
    outline: 0 !important;
    visibility: visible;
}

.multiselect-dropdown .dropdown-btn {
    border: 1px solid #c1d0d6;
    font-size: 12px !important;
}

    .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret:before {
        border-width: 6px 6px 0;
        border-color: #85a4a5 transparent;
    }

.text-primary {
    color: #00556f !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: -7px;
            width: 18px;
            height: 18px;
            border: 1px solid #076987;
            border-radius: 100%;
            background: #fff;
        }

      /*  [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #097da1;
            position: absolute;
            top: -0.22rem;
            left: 0.21rem;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }*/

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 2em;
        font-size: 1.05em;
        line-height: 1.4;
        cursor: pointer;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1.4em;
            height: 1.4em;
            border: 1px solid #097da1 ;
            background: #FFF;
            border-radius: .2em;
            box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
            -webkit-transition: all .275s;
            transition: all .275s;
        }

        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '✓';
            position: absolute;
            top: .525em;
            left: .18em;
            font-size: 1.375em;
            color: #097da1;
            line-height: 0;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
        }

/* Disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #777;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

/* Accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    box-shadow: inset 0 1px 3px #afdeee, 0 0 0 6px #afdeee;
}

.smily-sec {
}
    .smily-sec [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        padding: 16px;
        border-radius: 12px;
    }

.smily-sec [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: none;
}

.smily-sec [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
        content: none;
}

    /**/
    .loading-popup-parent {
        background: rgba(255,255,255,.8);
        display: block;
        height: 100%;
        margin: 0 auto;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 2147483647;
    }

.loading-popup-body {
    margin: 0 auto;
    position: absolute;
    top: 30%;
    width: 60%;
}

    .loading-popup-body > p {
        color: #34a6d4;
        font-size: 18px;
        text-shadow: 0 1px 0 #34a6d4;
        display: none;
    }

.loadingmsgs {
    color: #007c9d;
}

.kioskhomelink {
    empty-cells: show;
    float: right;
    margin-top: 15px
}

    .kioskhomelink td a {
        padding-left: 20px
    }

    .kioskhomelink td {
        min-width: 2em;
        min-height: 2em
    }

/*
Poppins ExtraLight
font-family: poppins, sans-serif;
font-weight: 200;
font-style: normal;

Poppins Light
font-family: poppins, sans-serif;
font-weight: 300;
font-style: normal;

Poppins Regular
font-family: poppins, sans-serif;
font-weight: 400;
font-style: normal;

Poppins Medium
font-family: poppins, sans-serif;
font-weight: 500;
font-style: normal;

Poppins Semi400
font-family: poppins, sans-serif;
font-weight: 600;
font-style: normal;

Poppins 400
font-family: poppins, sans-serif;
font-weight: 700;
font-style: normal;

Poppins Extra400
font-family: poppins, sans-serif;
font-weight: 800;
font-style: normal;

Poppins Black
font-family: poppins, sans-serif;
font-weight: 900;
font-style: normal;
*/

body#customdesign {
    /*font-family: poppins, sans-serif*/;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    background-color: #FFF;
    background: url(../images/bg12.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.loader-wrapper, body.no-scroll {
    overflow: hidden
}

body .loader-wrapper {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,.8)
}

.loader-wrapper {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999999
}

.cssload-loader {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 200px;
    height: 200px;
    -webkit-perspective: 780px;
    perspective: 780px
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.mainheader {
    padding: 5px 0px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.10);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.10);
    /*background-color: #eaf8fd !important;*/
    background-color:#fff !important;
}

    .mainheader .container {
        width: 100%;
    }

.main-slider {
    position: relative;
}

    /*.main-slider .item img {
        width: 100%;
        max-width: 100%;
        height: 100vh;
    }*/

.slider-text {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    text-align: center;
}

    .slider-text h1 {
        color: #FFF;
        font-weight: 600;
        font-size: 30px;
        margin: 0px 0px;
        padding-bottom: 20px;
    }

    .slider-text h2 {
        color: #ec7323;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 30px;
    }

        #lblHospName h2 > .blue-title, .slider-text h2 > .blue-title {
            color: #007c9d;
            text-transform: none;
        }

.hsptl-title {
    font-size: 14px;
    padding-top: 0px;
    text-align: right;
}
.hsptl-title ul{
   margin-bottom:0px;
}
.hsptl-title img{
    vertical-align: baseline;
}
.cvrfrm {
    padding-top: 4px;
    color: #007d9e;
    text-shadow: 1px 1px 1px #c1d4e3;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}

.fdb-title {
    font-size: 19px;
    color: #017d9e;
    font-weight: 500;
    padding-bottom: 16px;
}
.register-button {
    display: inline-block;
    width: auto;
}

    .register-button .reg-div {
        margin: 35px 0px;
        display: inline-block;
        width: auto;
    }

    .register-button .book-div {
        margin: 35px 0px;
        display: inline-block;
        width: auto;
    }

    .register-button h1 {
        color: #232323;
        font-weight: 500;
        font-size: 16px;
        margin: 10px 0px 10px;
        border: 2px solid #FFF;
        vertical-align: middle;
        border-radius: 4px;
        display: inline-block;
        line-height: normal;
        padding: 0px 16px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }
/* .register-button h1:hover{
	 color: #f47920;
	 background-color: #FFF;
} */
#a_registration .icon-sec {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #007c9d url("../images/icons-spirtes.png") no-repeat;
    background-size: auto;
    background-position: -258px -8px;
}

#a_bookappointment .icon-sec {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #f47920 url(../images/icons-spirtes.png) no-repeat;
    background-size: auto;
    background-position: -7px -5px;
}

#a_registration:hover h1 {
    color: #007c9d;
    background-color: #FFF;
}

#a_bookappointment :hover h1 {
    color: #f47920;
    background-color: #FFF;
}

#a_UHID .icon-sec {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #1eb987 url("../images/search-image.png") no-repeat;
    background-size: auto;
    background-position: 35px 35px;
}

#a_UHID:hover h1 {
    color: #1eb987;
    background-color: #FFF;
}

.register-button.reg-div:hover.icon-sec {
    background: #007d9e url(../images/icons-spirtes.png) no-repeat !important;
    background-position: -7px -5px !important;
}

.register-button.book-div:hover.icon-sec {
    background: #007d9e url(../images/icons-spirtes.png) no-repeat !important;
    background-position: -7px -5px !important;
}

.register-error.reg-div {
    margin: 35px 0px;
    display: inline-block;
    width: auto;
    background-color: rgba(255, 255, 255, 0.29);
    padding: 10px;
    border-radius: 4px;
}

.register-error h2 {
    color: #fff;
    font-weight: 500;
    margin: 0px;
    font-size: 22px;
    border: 2px solid #fff;
    border-radius: 4px;
    display: inline-block;
    line-height: normal;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
    background-color: #f00;
}

.myhome-btn {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    color: #007d9e;
    padding: 7px 25px;
    border-radius: 4px;
    border: 2px solid #007d9e;
    text-align: center;
    margin: 12px 0px 0px 0px;
}

    .myhome-btn img {
        width: 26px;
        vertical-align: middle;
        margin-top: -5px;
        margin-right: 10px;
    }
/* Register form css */
.apolloreg-form {
    margin: 30px 0px;
}

/*#customdesign .reg-fillform {*/
    /*background: url(../images/main-slider-bg.jpg) no-repeat;*/
    /*background: url(../images/bg12.png) no-repeat;*/
   /* height: 100vh;*/
     
    /*background-size: cover;
    background-attachment: fixed;
    background-position: center;
}*/


.apolloreg-form .title {
    color: #FFF;
    font-weight: 500;
    font-size: 30px;
    margin: 0px 0px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.apolloreg-form .patient-user-profile {
    border-radius: 4px;
    z-index: 5;
    box-shadow: 0px 0px 9px 0px rgb(175 211 220);
    background-color: #ffffff !important;
    border: none;
    margin: 0px;
    padding: 30px 20px;
    display: flow-root;
    width: 100%;
}

.otpverif {
    padding-left: 34.6%;
    padding-top: 9px;
}

.padr32{padding-right:32px;}



#DLOPLanguages td {
    display: inline;
    width: 100%;
}

    #DLOPLanguages td .languageculture {
        display: inline-flex;
        margin-bottom: 20px;
        margin-right: 20px;
        border: 1px solid #007d9e;
        background-color: #f5f5f5;
        color: #007d9e !important;
        padding: 10px 20px;
        min-width: 50px;
        font-size: 14px;
        cursor: pointer;
        letter-spacing: 1px;
        border-radius: 5px;
        font-weight: 500;
        text-decoration: none;
    }

    #DLOPLanguages td .active {
        background-color: #f47920;
        color: #FFF !important;
        border: 1px solid #f47920;
        cursor: default;
    }

    #DLOPLanguages td .languageculture:hover {
        background-color: #f47920;
        color: #FFF !important;
        border: 1px solid #f47920;
    }

.field-mand {
    text-align: center;
    margin: 15px 0px;
    display: inline-block;
    width: 100%;
    margin-top: 2px;
}

    .field-mand p {
        color: red;
        font-size: 14px;
    }

.apolloreg-form .form-group {
    margin-bottom: 15px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #969696;
    font-weight: 300;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #969696;
    font-weight: 300;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #969696;
    font-weight: 300;
}

:-moz-placeholder { /* Firefox 18- */
    color: #969696;
    font-weight: 300;
}

.apolloreg-form select option {
    color: #636363;
    font-weight: 400;
}

    .apolloreg-form select option:first-child {
        color: #969696;
        font-weight: 300;
    }

.apolloreg-form select {
    width: 100%;
    height: 42px;
    font-size: 15px;
    color: #636363;
    background-color: #f9f9f9;
    border: 1px solid rgba(0, 125, 158, 0.44);
    box-shadow: none;
    font-weight: 300;
    letter-spacing: 0.03em;
    outline: none;
}

.fltleft select {
    width: 100% !important;
}

.apolloreg-form input[type="text"] {
    width: 100%;
    height: 42px;
    font-size: 15px;
    color: #636363;
    font-weight: 400;
    letter-spacing: 0.03em;
    background-color: #f9f9f9;
    border: 1px solid rgba(0, 125, 158, 0.44);
    box-shadow: none;
    outline: none;
    vertical-align: middle;
}

.apolloreg-form #divVerifyOtp {
    margin: 30px 0px;
    margin-bottom: 10px;
}

.apolloreg-form .redtext2 {
    position: absolute;
    right: 21px;
    top: 13px;
    color: red;
    font-weight: 700;
    font-size: 15px;
}

.apolloreg-form input[type="button"],
.apolloreg-form input[type="submit"] {
    background-color: transparent;
    border: 1px solid green;
    border-radius: 4px;
    padding: 10px 25px;
    color: green;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    height: 42px;
}

    .apolloreg-form input[type="button"]:hover {
        background-color: green;
        color: #FFF;
    }

.apolloreg-form #btnResendOTP {
    background-color: transparent;
    border: 1px solid black;
    color: black;
}

    .apolloreg-form #btnResendOTP:hover {
        background-color: black;
        color: #FFF;
    }

.apolloreg-form #btnRegCancel1,
.apolloreg-form #btnRegCancel2 {
    background-color: transparent;
    border: 1px solid red;
    color: red;
}

    .apolloreg-form #btnRegCancel1:hover,
    .apolloreg-form #btnRegCancel2:hover {
        background-color: red;
        color: #FFF;
    }

.apolloreg-form .control-label {
    color: #6b6b6b;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 10px;
    line-height: 22px;
}

.apolloreg-form .input-radio table td {
    padding-right: 30px;
}

    .apolloreg-form .input-radio table td:last-child {
        padding-right: 0px;
    }

.apolloreg-form .input-radio {
    margin-top: 12px;
}

    .apolloreg-form .input-radio label {
        font-size: 15px;
        color: #636363;
        font-weight: 400;
        letter-spacing: 0.03em;
    }

    .apolloreg-form .input-radio input[type="radio"] {
        position: absolute;
        outline: none;
        opacity: 0;
    }

        .apolloreg-form .input-radio input[type="radio"] + label:before {
            content: '';
            background: #f4f4f4;
            border-radius: 100%;
            border: 1px solid #007d9e;
            display: inline-block;
            width: 1.4em;
            height: 1.4em;
            position: relative;
            top: 0;
            margin-right: 1em;
            vertical-align: middle;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease;
            outline: none;
        }

        .apolloreg-form .input-radio input[type="radio"]:checked + label:before {
            background-color: #f47920;
            box-shadow: inset 0 0 0 4px #f4f4f4;
            border: 1px solid #f47920;
        }

        .apolloreg-form .input-radio input[type="radio"]:focus + label:before {
            outline: none;
            border-color: #3197EE;
        }

        .apolloreg-form .input-radio input[type="radio"]:disabled + label:before {
            box-shadow: inset 0 0 0 4px #f4f4f4;
            border-color: #b4b4b4;
        }

        .apolloreg-form .input-radio input[type="radio"] + label:empty:before {
            margin-right: 0;
        }




@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.apolloreg-form .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #ffffff;
    border: none;
    border: 2px solid #007d9e;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .apolloreg-form .option-input:hover {
        background: #f47920;
        border: 2px solid #f47920;
    }

    .apolloreg-form .option-input:checked {
        background: #f47920;
        border: 2px solid #f47920;
    }

        .apolloreg-form .option-input:checked::before {
            height: 20px;
            width: 20px;
            position: absolute;
            content: "✔";
            display: inline-block;
            font-size: 15px;
            text-align: center;
            line-height: 17px;
            color: #FFF;
            padding: 0px;
            margin: 0px;
            left: -1px;
        }

        .apolloreg-form .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #40e0d0;
            content: "";
            display: block;
            position: relative;
            z-index: 100;
        }

.apolloreg-form .form-group .small-text {
    font-size: 12px;
    color: #797979;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 4px;
    display: block;
}

.apolloreg-form .form-group .title {
    color: #333;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.apolloreg-form .combine-input input[type="text"] {
    width: auto;
    margin-bottom: 20px;
    vertical-align: baseline;
    height: auto;
}

    .apolloreg-form .combine-input input[type="text"]:last-child {
        margin-bottom: 0px;
    }


/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.apolloreg-form .picker__box {
    padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.apolloreg-form .picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
}
/**
 * The month and year labels.
 */
.apolloreg-form .picker__month,
.apolloreg-form .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
}

.apolloreg-form .picker__year {
    color: #999999;
    font-size: .8em;
    font-style: italic;
}
/**
 * The month and year selectors.
 */
.apolloreg-form .picker__select--month,
.apolloreg-form .picker__select--year {
    border: 1px solid #b7b7b7;
    height: 42px;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em;
}

.full-w {
    width: 100% !important
}


/*.modal-dialog,
.modal-content {*/
    /* 80% of window height */
    /*height: 80%;
}*/

.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}





@media (min-width: 24.5em) {
    .apolloreg-form .picker__select--month, .apolloreg-form .picker__select--year {
        margin-top: -0.5em;
    }
}

.apolloreg-form .picker__select--month {
    width: 35%;
}

.apolloreg-form .picker__select--year {
    width: 22.5%;
}

    .apolloreg-form .picker__select--month:focus,
    .apolloreg-form .picker__select--year:focus {
        border-color: #0089ec;
    }
/**
 * The month navigation buttons.
 */
.apolloreg-form .picker__nav--prev,
.apolloreg-form .picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -0.25em;
}

@media (min-width: 24.5em) {
    .apolloreg-form .picker__nav--prev,
    .apolloreg-form .picker__nav--next {
        top: -0.33em;
    }
}

.apolloreg-form .picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
}

@media (min-width: 24.5em) {
    .apolloreg-form .picker__nav--prev {
        padding-right: 1.5em;
    }
}

.apolloreg-form .picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
}

@media (min-width: 24.5em) {
    .apolloreg-form .picker__nav--next {
        padding-left: 1.5em;
    }
}

.apolloreg-form .picker__nav--prev:before,
.apolloreg-form .picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: 0.75em solid #000000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
}

.apolloreg-form .picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #000000;
}

.apolloreg-form .picker__nav--prev:hover,
.apolloreg-form .picker__nav--next:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
}

.apolloreg-form .picker__nav--disabled,
.apolloreg-form .picker__nav--disabled:hover,
.apolloreg-form .picker__nav--disabled:before,
.apolloreg-form .picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.apolloreg-form .picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
}

@media (min-height: 33.875em) {
    .apolloreg-form .picker__table {
        margin-bottom: .75em;
    }
}

.apolloreg-form .picker__table td {
    margin: 0;
    padding: 0;
}
/**
 * The weekday labels
 */
.apolloreg-form .picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999999;
    font-weight: 500;
    /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
    .apolloreg-form .picker__weekday {
        padding-bottom: .5em;
    }
}
@media (min-width: 320px) and (max-width: 767.98px) {
    body {
        padding-top: 9rem;
    }
}
    /**
 * The days on the calendar
 */
    .apolloreg-form .picker__day {
        padding: .3125em 0;
        font-weight: 400;
        border: 1px solid transparent;
    }

    .apolloreg-form .picker__day--today {
        position: relative;
    }

        .apolloreg-form .picker__day--today:before {
            content: " ";
            position: absolute;
            top: 2px;
            right: 2px;
            width: 0;
            height: 0;
            border-top: 0.5em solid #0059bc;
            border-left: .5em solid transparent;
        }

    .apolloreg-form .picker__day--disabled:before {
        border-top-color: #aaaaaa;
    }

    .apolloreg-form .picker__day--outfocus {
        color: #dddddd;
        font-weight: 200;
    }

        .apolloreg-form .picker__day--infocus:hover,
        .apolloreg-form .picker__day--outfocus:hover {
            cursor: pointer;
            color: #000000;
            background: #b1dcfb;
        }

    .apolloreg-form .picker__day--highlighted {
        border-color: #0089ec;
    }

        .apolloreg-form .picker__day--highlighted:hover,
        .apolloreg-form .picker--focused .picker__day--highlighted {
            cursor: pointer;
            color: #000000;
            background: #b1dcfb;
        }

    .apolloreg-form .picker__day--selected,
    .apolloreg-form .picker__day--selected:hover,
    .apolloreg-form .picker--focused .picker__day--selected {
        background: #0089ec;
        color: #ffffff;
    }

    .apolloreg-form .picker__day--disabled,
    .apolloreg-form .picker__day--disabled:hover,
    .apolloreg-form .picker--focused .picker__day--disabled {
        background: #f5f5f5;
        border-color: #f5f5f5;
        color: #dddddd;
        cursor: default;
    }

    .apolloreg-form .picker__day--highlighted .picker__day--disabled,
    .apolloreg-form .picker__day--highlighted .picker__day--disabled:hover {
        background: #bbbbbb;
    }
    /**
 * The footer containing the "today", "clear", and "close" buttons.
 */
    .apolloreg-form .picker__footer {
        text-align: center;
    }

    .apolloreg-form .picker__button--today,
    .apolloreg-form .picker__button--clear,
    .apolloreg-form .picker__button--close {
        border: 1px solid #ffffff;
        background: #ffffff;
        font-size: .8em;
        padding: .66em 0;
        font-weight: 400;
        width: 33%;
        display: inline-block;
        vertical-align: bottom;
    }

        .apolloreg-form .picker__button--today:hover,
        .apolloreg-form .picker__button--clear:hover,
        .apolloreg-form .picker__button--close:hover {
            cursor: pointer;
            color: #000000;
            background: #b1dcfb;
            border-bottom-color: #b1dcfb;
        }

        .apolloreg-form .picker__button--today:focus,
        .apolloreg-form .picker__button--clear:focus,
        .apolloreg-form .picker__button--close:focus {
            background: #b1dcfb;
            border-color: #0089ec;
            outline: none;
        }

        .apolloreg-form .picker__button--today:before,
        .apolloreg-form .picker__button--clear:before,
        .apolloreg-form .picker__button--close:before {
            position: relative;
            display: inline-block;
            height: 0;
        }

        .apolloreg-form .picker__button--today:before,
        .apolloreg-form .picker__button--clear:before {
            content: " ";
            margin-right: .45em;
        }

        .apolloreg-form .picker__button--today:before {
            top: -0.05em;
            width: 0;
            border-top: 0.66em solid #0059bc;
            border-left: .66em solid transparent;
        }

        .apolloreg-form .picker__button--clear:before {
            top: -0.25em;
            width: .66em;
            border-top: 3px solid #ee2200;
        }

        .apolloreg-form .picker__button--close:before {
            content: "\D7";
            top: -0.1em;
            vertical-align: top;
            font-size: 1.1em;
            margin-right: .35em;
            color: #777777;
        }

        .apolloreg-form .picker__button--today[disabled],
        .apolloreg-form .picker__button--today[disabled]:hover {
            background: #f5f5f5;
            border-color: #f5f5f5;
            color: #dddddd;
            cursor: default;
        }

            .apolloreg-form .picker__button--today[disabled]:before {
                border-top-color: #aaaaaa;
            }

    /* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
    .changephone-div {
        display: inline-block;
        width: 100%;
    }

        .changephone-div p {
            width: auto;
            height: 42px;
            font-size: 15px;
            color: #636363;
            font-weight: 400;
            letter-spacing: 0.03em;
            background-color: #e6e6e6;
            border: 1px solid #e6e6e6;
            box-shadow: none;
            outline: none;
            vertical-align: middle;
            margin: 0px;
            line-height: normal;
            padding: 10px 25px;
            float: left;
            margin-right: 16px;
        }

    .apolloreg-form .changephone-div #changephone {
        background-color: transparent;
        border: 1px solid #007d9e;
        border-radius: 4px;
        padding: 10px 25px;
        color: #007d9e;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 0;
        height: 42px;
        float: left;
    }

        .apolloreg-form .changephone-div #changephone:hover {
            background-color: #007d9e;
            border: 1px solid #007d9e;
            color: #FFF;
        }

    /*#txtMobileOTP {
    width: 100%;
    height: 42px;
    font-size: 15px;
    color: #636363;
    font-weight: 400;
    letter-spacing: 0.03em;
    background-color: #f9f9f9;
    border: 1px solid rgba(0, 125, 158, 0.44);
    box-shadow: none;
    outline: none;
    vertical-align: middle;
}
*/
    #btnSubmitOTP, #btnResendOTP {
        float: left;
        margin-left: 5px;
        background-color: transparent;
        border: 1px solid green;
        border-radius: 4px;
        padding: 10px 25px;
        color: green;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 0;
        height: 42px;
    }

        #btnSubmitOTP:hover, #btnResendOTP:hover {
            background-color: green;
            color: white;
        }


    .title_tl, .title_eng {
        font-size: 25px;
    }

    .cust_lbl {
        width: 100%;
        display: inline-block;
        padding-bottom: 5px;
        color: #6b6b6b;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: 10px;
        line-height: 22px;
    }

    .brd__ {
        border: 1px solid #eaeaea;
        padding: 5px 10px 10px 20px;
    }

    .f_w_ques div.input-radio {
        width: 30%;
        float: right;
    }

    .l_w_5 {
        width: 65%;
        display: inline-block;
    }

        .l_w_5 span {
            width: 100%;
            display: inline-block;
        }

    .ms_iframe {
        width: 100%;
        border: 0px;
        height: 90vh;
    }

    /* Responsive Css Starting here */
    @media (min-width: 768px) and (max-width: 1199.98px) {
        .modal-dialog {
            max-width: 636px;
        }
    }

    @media (max-width: 991px) {
        .register-button .col-md-12 {
            flex: 100%;
            width: 100%;
            max-width: 100%;
        }

        .main-slider .item img {
            display: none;
        }

        .main-slider .item {
            background: url(../images/main-slider-bg.jpg) no-repeat;
            height: 100vh;
            background-size: cover;
            background-position: center;
        }

        .slider-text {
            top: 8%;
        }

        .apolloreg-form .patient-user-profile .form-inline {
            padding: 0px !important;
        }

        .apolloreg-form .form-group {
            padding: 0px;
        }
    }

    @media (max-width: 767px) {
        .mbl-input {
            width: 100%;
        }

        .center-inputs {
            flex-direction: column;
        }

        .otpverif {
            padding-left: 1%;
            padding-top: 9px;
        }

        .uhid-mbl {
            width: 100% !important;
        }

        .slider-text {
            top: 8%;
            padding: 0px 10px;
        }

        .register-error h2 {
            font-size: 16px;
        }

        .slider-text h1 {
            font-size: 18px;
        }

        .apolloreg-form .control-label {
            font-size: 13px;
            font-weight: 300;
        }

        .apolloreg-form .form-group .title {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
        }

        .apolloreg-form .input-radio table td {
            padding-right: 0;
            width: 100%;
            display: block;
            margin-bottom: 10px;
        }

        .apolloreg-form .title {
            font-size: 22px;
            line-height: 35px;
        }

        .apolloreg-form .form-group .title {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            text-align: left;
        }

        .responsive_div {
            width: 100%;
            overflow: auto;
        }

        .cust_lbl {
            padding-left: 5px;
            padding-right: 5px;
        }
    }

    @media (max-width: 490px) {
        .myhome-btn {
            font-size: 14px;
            padding: 6px 12px;
            margin: 12px 0px;
        }

            .myhome-btn img {
                width: 18px;
            }
    }

    @media (max-width: 420px) {
        .myhome-btn {
            width: 100%;
            font-size: 14px;
            padding: 10px 12px;
        }

            .myhome-btn img {
                width: 18px;
            }
    }


    /*

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table td::before {
             
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table td:last-child {
                border-bottom: 0;
            }
}
*/


    .ajax__calendar_day_disabled {
        background-color: #ccc !important;
        color: #eee !important
    }

    .hospitalNameForBack {
        margin: 0px;
        color: #f47920;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
        padding: 4px 0px 0px 0px;
    }

    @media (max-width: 490px) {
        .hospitalNameForBack {
            text-align: center;
        }
    }

    @media (max-width: 420px) {
        .hospitalNameForBack {
            text-align: center;
        }
    }






    @media (max-width: 768px) {
        #txtName, #txtPurposeOfVisit {
            width: 95%;
        }

        .kioskhomelink {
            text-align: center;
            width: 100%;
        }

        .txt_m_center {
            text-align: center;
        }

            .txt_m_center img {
                float: none !important;
                margin: 0 auto
            }

        #txtDateofBirth {
            display: inline-block
        }

        .title_tl, .title_eng {
            font-size: 18px;
            line-height: 24px;
        }

        #txtagebasedoncalender {
            width: 37% !important;
        }

        #txtPhoneNumber {
            margin-left: 0px !important;
            width: 100% !important;
        }

        .brd__ {
            border: 0px solid #eaeaea;
        }

        .f_w_ques div.input-radio, .l_w_5 {
            width: 100%;
        }

        .apolloreg-form .control-label {
            line-height: normal
        }

        .apolloreg-form .input-radio label {
            font-size: 13px;
        }
    }

    @media (max-width: 420px) {
        #txtName, #txtPurposeOfVisit {
            width: 100%;
        }
    }


    .redtext2 {
        position: absolute;
        right: 8px;
        top: 0;
        color: red;
        font-weight: 700
    }

    body .loader-wrapper {
        margin: 0;
        padding: 0;
        font-size: 62.5%;
        width: 100vw;
        height: 100vh;
        background: rgba(255,255,255,.8)
    }

    body.no-scroll {
        overflow: hidden
    }

    .loader-wrapper, .loader-wrapperFailedAppointment, .loader-wrapperSummary, .loader-wrapperSummaryQuickUHID, .loader-wrapperUnAuthorized {
        background: #fff;
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999999999;
        display: none
    }

    .cssload-FailedAppointment, .cssload-loader, .cssload-tableSummary {
        position: relative;
        left: 50%;
        height: 200px
    }

    .cssload-loader {
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 200px;
        -webkit-perspective: 780px;
        perspective: 780px
    }

    .cssload-tableSummary {
        top: 25%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 90%;
        -webkit-perspective: 780px;
        perspective: 780px
    }

    .cssload-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%
    }

        .cssload-inner.cssload-one {
            left: 0;
            top: 0;
            animation: cssload-rotate-one 1.15s linear infinite;
            -o-animation: cssload-rotate-one 1.15s linear infinite;
            -ms-animation: cssload-rotate-one 1.15s linear infinite;
            -webkit-animation: cssload-rotate-one 1.15s linear infinite;
            -moz-animation: cssload-rotate-one 1.15s linear infinite;
            border-bottom: 5px solid #fb8133
        }

        .cssload-inner.cssload-two {
            right: 0;
            top: 0;
            animation: cssload-rotate-two 1.15s linear infinite;
            -o-animation: cssload-rotate-two 1.15s linear infinite;
            -ms-animation: cssload-rotate-two 1.15s linear infinite;
            -webkit-animation: cssload-rotate-two 1.15s linear infinite;
            -moz-animation: cssload-rotate-two 1.15s linear infinite;
            border-right: 5px solid #fb8133
        }

        .cssload-inner.cssload-three {
            right: 0;
            bottom: 0;
            animation: cssload-rotate-three 1.15s linear infinite;
            -o-animation: cssload-rotate-three 1.15s linear infinite;
            -ms-animation: cssload-rotate-three 1.15s linear infinite;
            -webkit-animation: cssload-rotate-three 1.15s linear infinite;
            -moz-animation: cssload-rotate-three 1.15s linear infinite;
            border-top: 5px solid #fb8133
        }

    @keyframes cssload-rotate-one {
        0% {
            -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
        }

        100% {
            -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
        }
    }

    @-webkit-keyframes cssload-rotate-one {
        0% {
            -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
        }

        100% {
            -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
        }
    }

    @keyframes cssload-rotate-two {
        0% {
            -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
        }

        100% {
            -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
        }
    }

    @-webkit-keyframes cssload-rotate-two {
        0% {
            -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
        }

        100% {
            -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
        }
    }

    @keyframes cssload-rotate-three {
        0% {
            -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
        }

        100% {
            -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
        }
    }

    @-webkit-keyframes cssload-rotate-three {
        0% {
            -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
        }

        100% {
            -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
        }
    }

    .mytable tr {
        border: 1px solid #ccc;
        border-collapse: collapse
    }

    .mytable td, .mytable th {
        padding: 0 15px;
        text-align: left;
        font-size: 14px;
        color: #000;
        height: auto;
        line-height: normal;
        font-weight: 600;
        border: none
    }

    .mytable th {
        background: #007c9d;
        text-decoration-color: #fff
    }

    .declarationtxtbox {
        width: 350px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        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
    }
    /*.languageculture {
    display: inline-flex;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 1px solid #007d9e;
    background-color: #f5f5f5;
    color: #007d9e !important;
    padding: 10px 20px;
    min-width: 50px;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
}


    .languageculture:hover, .active_btn {
        background-color: #f47920;
        color: #FFF !important;
        border: 1px solid #f47920;
        cursor: default;
        text-decoration:none
    }
*/
    .loading-popup-parent {
        background: rgba(255,255,255,.8);
        display: block;
        height: 100%;
        margin: 0 auto;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 2147483647
    }

    .loading-popup-body {
        margin: 0 auto;
        position: absolute;
        top: 30%;
        width: 60%
    }

        .loading-popup-body > p {
            color: #312f3c;
            font-size: 18px;
            text-shadow: 1px 2px 3px #ffffff;
            width: auto;
            margin: 0 auto;
            padding: 30px;
            line-height: 1.6;
        }

    .loadingmsgs {
        display: none
    }

    .tblConfirmationSummary tr {
        border: 1px solid #ccc;
        border-collapse: collapse
    }

    .tblConfirmationSummary td, .tblConfirmationSummary th {
        padding: 0 15px;
        text-align: left;
        font-size: 14px;
        color: #000;
        height: auto;
        line-height: normal;
        border: none
    }

    .tblConfirmationSummary th {
        background: #007c9d;
        text-decoration-color: #fff
    }

    .cent__wrp {
        width: 45px;
        display: inline-block;
        text-align: center;
    }

    .mandatory {
        border: 0.5px solid #eaaba9 !important
    }

    #rdbtnGuardian input[type="radio"] + label:before,
    .mandatory-radio input[type="radio"] + label:before {
        border: 0.5px solid #eaaba9 !important
    }

    .clearfix {
        clear: both
    }

    .datalist td {
        display: inline;
        width: 100%;
    }

        .datalist td a {
            display: inline-flex;
            margin-bottom: 20px;
            margin-right: 20px;
            border: 1px solid #007d9e;
            background-color: #f5f5f5;
            color: #007d9e !important;
            padding: 10px 20px;
            min-width: 50px;
            font-size: 14px;
            cursor: pointer;
            letter-spacing: 1px;
            border-radius: 5px;
            font-weight: 500;
            text-decoration: none;
        }

        .datalist td .active {
            background-color: #f47920;
            color: #FFF !important;
            border: 1px solid #f47920;
            cursor: default;
        }

        .datalist td a:hover {
            background-color: #f47920;
            color: #FFF !important;
            border: 1px solid #f47920;
        }

    /***/


    #DLOPLanguages td {
        display: inline;
        width: 100%;
    }

    .DLOPLanguagescls td .languageculture {
        display: inline-flex;
        margin-bottom: 20px;
        margin-right: 20px;
        border: 1px solid #007d9e;
        background-color: #f5f5f5;
        color: #007d9e !important;
        padding: 10px 20px;
        min-width: 50px;
        font-size: 14px;
        cursor: pointer;
        letter-spacing: 1px;
        border-radius: 5px;
        font-weight: 500;
        text-decoration: none;
    }

    .DLOPLanguagescls td .active {
        background-color: #f47920;
        color: #FFF !important;
        border: 1px solid #f47920;
        cursor: default;
    }

    .DLOPLanguagescls td .languageculture:hover {
        background-color: #f47920;
        color: #FFF !important;
        border: 1px solid #f47920;
    }

    .blue-title {
        color: #007c9d;
        text-transform: none;
    }

    @media (min-width: 320px) and (max-width: 767.98px) {
        .embed-responsive-16by9 {
            padding-bottom: 96vh;
        }