﻿.card-header {
    padding: 12px 1.7rem !important;
    border-bottom: 1px solid #dfe3e7 !important;
    background-color: #f6f6f6 !important;
}
table td {
    padding: 7px !important;
    border-top: 1px solid #DFE3E7 !important;
    border-bottom: 1px solid #DFE3E7 !important;
}

table th {
    padding: 9px 7px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
.mt-10{
    margin-top:10px;
}
.covid-test-wrap {
    display: none;
}

@media all and (max-width: 991px) {
    .covid-test-wrap {
        min-height: auto;
    }
}

.covid-test-wrap.active {
    display: block;
}

.covid-test-wrap h3 {
    font-size: 1.5rem;
    color: #1c2437;
    font-weight: 500;
}

.covid-test-wrap p {
    font-size: 16px;
    color: #546274;
    font-weight: 400;
    margin-bottom: 15px;
}

#expire-date .form-control {
    height: 50px !important;
}

.required {
    color: #ec4e4f !important;
}

.covid-test-wrap .step-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 60px;
}

@media all and (max-width: 991px) {
    .covid-test-wrap .step-block {
        min-height: auto;
    }
}

.covid-test-wrap .step-block .form-group {
    position: relative;
    margin-bottom: 25px;
}

    .covid-test-wrap .step-block .form-group .form-control {
        border-radius: 0.2rem;
        outline: none;
        box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
    }

        .covid-test-wrap .step-block .form-group .form-control::-webkit-input-placeholder {
            color: #b2becc;
        }

        .covid-test-wrap .step-block .form-group .form-control:-moz-placeholder {
            color: #b2becc;
        }

        .covid-test-wrap .step-block .form-group .form-control::-moz-placeholder {
            color: #b2becc;
        }

        .covid-test-wrap .step-block .form-group .form-control:-ms-input-placeholder {
            color: #b2becc;
        }

        .covid-test-wrap .step-block .form-group .form-control.has-error {
            border-color: rgba(255, 62, 88, 0.4);
        }

            .covid-test-wrap .step-block .form-group .form-control.has-error + .error-msg {
                position: absolute;
                top: -20px;
                left: 0;
                color: #ff3e58;
                font-size: 1.2rem;
                font-weight: 400;
            }

        .covid-test-wrap .step-block .form-group .form-control:checked ~ label {
            border-color: rgba(30, 133, 255, 0.2);
            color: #333;
        }

            .covid-test-wrap .step-block .form-group .form-control:checked ~ label span {
                color: #1e85ff;
            }

            .covid-test-wrap .step-block .form-group .form-control:checked ~ label:before {
                background: #162e40;
                border-color: transparent;
            }

            .covid-test-wrap .step-block .form-group .form-control:checked ~ label:after {
                opacity: 1;
            }

        .covid-test-wrap .step-block .form-group .form-control[type="radio"] {
            display: none;
        }

        .covid-test-wrap .step-block .form-group .form-control[type="checkbox"] {
            display: none;
        }

    .covid-test-wrap .step-block .form-group .select-input span {
        position: absolute;
        top: 27px;
        right: 15px;
        height: 0;
        width: 0;
        border-top: 6px solid #b2becc;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }

    .covid-test-wrap .step-block .form-group .select-input select.form-control {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .covid-test-wrap .step-block .form-group label {
        margin-bottom: 0;
        width: 100%;
        border-radius: 5px;
        padding: 12px 25px;
        text-align: center;
        font-weight: 600;
        position: relative;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
    }

@media all and (max-width: 991px) {
    .covid-test-wrap .step-block .form-group label {
        text-align: left;
        padding-left: 50px;
    }
}

.covid-test-wrap .step-block .form-group label:before {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    content: '';
    opacity: 1;
}

.covid-test-wrap .step-block .form-group label:after {
    opacity: 0;
    position: absolute;
    top: 16px;
    left: 17px;
    border-radius: 50%;
    content: url("https://uigaint.com/demo/html/anfra/version2/images/check-white.svg");
}

.covid-test-wrap .step-block .error-msg {
    color: #ff3e58;
    font-size: 1.2rem;
    font-weight: 400;
}

.covid-test-wrap .step-block .button {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    background: #1e85ff;
    width: 100%;
    border-radius: 5px;
    height: 60px;
    border: 0;
    text-align: center;
    margin-top: 25px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 60px;
}

.covid-test-wrap .step-block .prev-btn {
    margin: 0 auto;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 700;
    color: #97a2ae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .covid-test-wrap .step-block .prev-btn img {
        margin-right: 10px;
    }

.covid-test-wrap.asign-info {
    margin-bottom: 50px;
}

    .covid-test-wrap.asign-info h3 {
        color: #ff3e58;
        margin-bottom: 60px;
        position: relative;
        padding-left: 32px;
    }

        .covid-test-wrap.asign-info h3:before {
            position: absolute;
            top: 3px;
            left: 0;
            content: url(../images/covid/covid.png);
        }

        .covid-test-wrap.asign-info h3 + p {
            font-size: 1.8rem;
            font-weight: 500;
            color: #1c2437;
        }

    .covid-test-wrap.asign-info .step-block .form-group label {
        color: #b2becc;
    }

.covid-test-wrap.thankyou-sec {
    margin-bottom: 10px;
}

    .covid-test-wrap.thankyou-sec .test-progress {
        margin-bottom: 50px;
    }

    .covid-test-wrap.thankyou-sec h3 {
        font-weight: 700;
        margin-bottom: 40px;
    }

    .covid-test-wrap.thankyou-sec p {
        font-size: 1.8rem;
        font-weight: 700;
        color: #1c2437;
        line-height: 1.4;
        margin-bottom: 60px;
    }

    .covid-test-wrap.thankyou-sec h4 {
        font-size: 1.8rem;
        font-weight: 500;
        color: #1c2437;
    }

    .covid-test-wrap.thankyou-sec .button-reload {
        margin-top: 100px;
        font-size: 1.5rem;
        color: #1e85ff;
        border: 1px solid rgba(0, 0, 0, 0.12);
        width: 250px;
        text-align: center;
        border-radius: 5px;
        padding: 15px 30px;
        font-weight: 700;
    }

        .covid-test-wrap.thankyou-sec .button-reload:hover {
            background: #1e85ff;
            color: #ffffff;
        }

@media all and (max-width: 991px) {
    .covid-test-wrap.thankyou-sec {
        text-align: center;
    }
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

@media all and (max-width: 991px) {
    .footer {
        margin-top: 50px;
    }
}

.footer .copyright-text {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

    .footer .copyright-text p {
        font-size: 1.4rem;
        color: #ffffff;
        font-weight: 400;
    }

@media all and (max-width: 991px) {
    .footer .copyright-text p {
        color: #546274;
    }
}

.footer .footer-social {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

    .footer .footer-social a {
        font-size: 1.8rem;
        margin-right: 10px;
    }

        .footer .footer-social a:last-child {
            margin-right: 0;
        }

        .footer .footer-social a:hover {
            color: #1e85ff;
        }

@media all and (max-width: 767px) {
    .footer {
        display: block;
        text-align: center;
    }
}

.contact-form-wrap {
    text-align: center;
}

    .contact-form-wrap h2 {
        font-size: 3.6rem;
        font-weight: 700;
        color: #1c2437;
        margin-bottom: 20px;
    }

    .contact-form-wrap p {
        font-size: 1.5rem;
        font-weight: 400;
        color: #546274;
        max-width: 470px;
        margin: 0 auto;
    }

    .contact-form-wrap form {
        margin-top: 60px;
    }

        .contact-form-wrap form .form-group {
            margin-bottom: 25px;
        }

            .contact-form-wrap form .form-group .form-control {
                height: 60px;
                border-radius: 5px;
                border: 2px solid rgba(0, 0, 0, 0.1);
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: 0 20px;
                font-size: 1.5rem;
                color: #546274;
            }

                .contact-form-wrap form .form-group .form-control::-webkit-input-placeholder {
                    /* Chrome/Opera/Safari */
                    color: #546274;
                }

                .contact-form-wrap form .form-group .form-control::-moz-placeholder {
                    /* Firefox 19+ */
                    color: #546274;
                }

                .contact-form-wrap form .form-group .form-control:-ms-input-placeholder {
                    /* IE 10+ */
                    color: #546274;
                }

                .contact-form-wrap form .form-group .form-control:-moz-placeholder {
                    /* Firefox 18- */
                    color: #546274;
                }

            .contact-form-wrap form .form-group textarea.form-control {
                padding-top: 14px;
                height: 150px;
            }

        .contact-form-wrap form .btn {
            height: 60px;
            width: 100%;
            line-height: 60px;
            padding: 0;
            border-radius: 5px;
            background: #1e85ff;
            color: #ffffff;
            font-size: 1.5rem;
            font-weight: 700;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media all and (max-width: 767px) {
    .contact-block {
        display: block;
    }
}

.contact-block .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    text-align: center;
    padding: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

    .contact-block .contact-info:last-child {
        border-right: 0;
    }

    .contact-block .contact-info .icon {
        margin-bottom: 20px;
    }

    .contact-block .contact-info h4 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1c2437;
        margin-bottom: 15px;
    }

    .contact-block .contact-info p {
        font-size: 1.5rem;
        font-weight: 400;
        color: #546274;
    }

    .contact-block .contact-info ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .contact-block .contact-info ul li {
            font-size: 1.5rem;
            font-weight: 400;
            color: #546274;
        }

@media all and (max-width: 991px) {
    .contact-block .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }
}

@media all and (max-width: 767px) {
    .contact-block .contact-info {
        border-right: 0;
    }

        .contact-block .contact-info p {
            max-width: 230px;
            margin: 0 auto;
        }
}

.contact-map {
    height: 350px;
    background: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
}

.ugf-contact .anfra-nav .navbar-brand .logo-2 {
    display: block;
}

@media all and (max-width: 991px) {
    .ugf-contact .footer {
        margin-top: 0;
    }
}

.ugf-contact .footer .copyright-text p {
    color: #546274;
}

.input-number {
    width: 80%;
    height: 39px;
    vertical-align: top;
    text-align: center;
    outline: none;
    border-radius: 0.2rem;
    -webkit-appearance: none !important;
    margin: 0 !important;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.input-number,
.input-number-decrement,
.input-number-increment {
    border: 1px solid #ccc !important;
    padding: 0.375rem 0.75rem;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 10%;
    line-height: 25px;
    background: #f1f1f1;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

    .input-number-decrement:active,
    .input-number-increment:active {
        background: #ddd;
    }

.input-number-decrement, .input-number-increment {
    border-right: none;
    border-radius: 0.2rem;
}


.next-btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1600ms ease;
    -moz-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
}

.next-btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.general-page-section {
    position: relative;
    padding: 105px 0px 25px 0px;
}

.theme-btn-one-next, .theme-btn-one-prev, .theme-btn-one-go-back {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    border-radius: .25rem;
    padding: 12.5px 28px;
    z-index: 1;
    background: #ec4e4f;
}

.theme-btn-one-next {
    float: right;
}

.theme-btn-one-prev {
    float: left;
}

    .theme-btn-one-prev i, .theme-btn-one-go-back i {
        margin-right: 5px;
    }

.theme-btn-one-next i {
    margin-left: 5px;
}

.theme-btn-one-next:hover:after, .theme-btn-one-prev:hover:after, .theme-btn-one-go-back:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-one-next:after, .theme-btn-one-prev:after, .theme-btn-one-go-back:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #162e40;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.step-block .btn-box {
    margin-top: 60px;
}

.aggrements label {
    padding: 12px 50px !important;
    text-align: left !important;
}

    .aggrements label:before {
        border-radius: 4px !important;
    }

.covid-test-wrap h2 {
    font-size: 32px !important;
}

.apply-style-two.about-page {
    padding-bottom: 0px !important;
}


.ui-datepicker {
    display: none;
   /* width: 20rem;*/
    background: #ffffff;
    border-radius: 0.25rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 1rem;
}

.ui-datepicker-header {
    text-align: center;
    padding: 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

    .ui-datepicker-header a span {
        display: none;
    }

    .ui-datepicker-header a.ui-corner-all {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 2rem;
        height: 2rem;
        margin: 0.5rem;
        border-radius: 0.5rem;
    }

    .ui-datepicker-header a.ui-datepicker-prev {
        left: 0;
    }

        .ui-datepicker-header a.ui-datepicker-prev::after {
            font-family: "Material Icons";
            content: "";
            font-size: 1.5rem;
            color: #444444;
        }

    .ui-datepicker-header a.ui-datepicker-next {
        right: 0;
    }

        .ui-datepicker-header a.ui-datepicker-next::after {
            font-family: "Material Icons";
            content: "";
            font-size: 1.5rem;
            color: #444444;
        }

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    padding: 1rem;
}

    .ui-datepicker-calendar thead {
        color: #cccccc;
    }

    .ui-datepicker-calendar a {
        color: #444444;
        text-decoration: none;
        display: block;
        margin: 0 auto;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 50%;
        border: 1px solid transparent;
        cursor: pointer;
    }

        .ui-datepicker-calendar a:hover {
            border: 1px solid #cccccc;
        }

    .ui-datepicker-calendar .ui-state-highlight {
        border-color: #d33a47;
        color: #d33a47;
    }

    .ui-datepicker-calendar .ui-state-active {
        background: #d33a47;
        color: #ffffff;
    }
.block-users .dataTables_length{
    display:none !important;
}