
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Poppins&display=swap');


html {
    height: 100%;
}

body {
    font-size: 16px;
    /*font-family: 'Roboto Slab', serif;*/
        font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    height: 100%;
    line-height: 1.7;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
    background-color: #fff;
}

p {
    margin: 0 0 20px 0;
    color: #646464;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    /*font-family: 'Roboto Slab', serif;*/
    font-family: 'Poppins', sans-serif !important;
    margin: 0 0 20px 0;
    color: #111;
}

h1,
h2 {
    line-height: 1.2;
}

h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

h1 {
    font-size: 36px;
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 28px;
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 22px;
    }
}

h3 {
    font-size: 22px;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    h5 {
        font-size: 16px;
    }
}

/*=======================================================================
2. Template Default Style
=========================================================================*/
a {
    text-decoration: none;
}

    a:active,
    a:hover,
    a:focus {
        text-decoration: none;
    }

    a:active,
    a:hover,
    a:focus {
        outline: 0 none;
    }

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: pink;
}
/** Login 16 start **/
.login-16 {
    background-image: linear-gradient(#00000026,#000000cf),url(../images/heath_care/registration/probuz_registration.jpg);
    padding-top:100px;
    padding-bottom:10px
}

    .login-16 .login-16-inner {
        z-index: 999;
        position: relative;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
        padding-top: 100px;
        padding-bottom: 100px;
    }

        .login-16 .login-16-inner .ocean {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #015871;
        }

        .login-16 .login-16-inner .wave {
            background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
            position: absolute;
            top: -138px;
            width: 6400px;
            height: 138px;
            animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
            transform: translate3d(0, 0, 0);
        }

            .login-16 .login-16-inner .wave:nth-of-type(2) {
                top: -115px;
                animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
                opacity: 1;
            }

@keyframes wave {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%, 100% {
        transform: translate3d(0, -25px, 0);
    }

    50% {
        transform: translate3d(0, 5px, 0);
    }
}

.login-16 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto Slab', serif;
}

.login-16 .login-box {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 860px;
    z-index: 999;
}

.login-16 .login-box {
    /*background-image: url('img/bg-register.jpg');*/
    /*background-image: url(../images/bg_login.jpg);*/
    background-size: cover;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    /*background-image: linear-gradient(to bottom, #2e3f95, #7ec0c7);*/
}

.login-16 .login-16-inner:after {
    position: absolute;
    left: -1px;
    top: 30px;
    width: 286px;
    height: 180px;
    content: "";
    z-index: -1;
    background: url(../img/img-16.jfif) top left repeat;
}

.login-16 .form-section {
    /* text-align: center; */
    padding: 40px 40px;
    border: solid 1px px #e9dede2e;
    background: #9f9f9f3d;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 100px;
}
label {
    color: #fff !important;
}
.new_account {
    color: #fff;
    font-size: 35px;
    font-weight: 900;
}
.Aleady {
    color: #ff5600;
}
.Aleady a{
    color: #fff;
}
    .Aleady a:hover {
        color: #ff894d;
    }
}
.login-16 .pad-0 {
    padding: 0;
}

.login-16 .form-section p {
    margin-bottom: 0;
    font-size: 16px;
    color: #41637c;
}

    .login-16 .form-section p a {
        color: #223d52;
    }

.login-16 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.line_3 {
    position: absolute;
    top: 350px;
    left: 20px;
}
.line_2 {
    background-color: #ff4e00;
    height: 5px;
    width: 125px;
}
.text_4 {
    position: absolute;
    TOP: 385px;
}
.text_6 {
    color: #d5d7dd;
    text-align: justify;
    font-size: 16px;
}
.terms_condition {
    color: #ff4e00;
}
    .terms_condition:hover {
        color: #dc855f;
    }
.login-16 .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login-16 .form-section .thembo {
    margin-left: 4px;
}

.login-16 .logo-img {
    height: 52px;
    width: 200px;
    box-shadow: 0px 15px 10px -15px #111;
    margin-bottom: 20px;
}

.login-16 .form-section h3 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    color: #ff4e00;
}

.login-16 .form-section .form-group {
    margin-bottom: 0px;
}

    .login-16 .form-section .form-group .form-box {
        float: left;
        width: 100%;
        position: relative;
    }

        .login-16 .form-section .form-group .form-box .form-control {
            padding: 0px 14px 0px 15px;
            background-color: #6a708678;
            border: 1px solid #b6cddf;
            border-radius: 20px;
            color: #fff;
        }
            .login-16 .form-section .form-group .form-box .form-control option {
                background-color: #494d5f !important;
            }
.hover-underline-animation:after {
    background-color: #ff3900 !important;
}
        .login-16 .form-section .form-group .form-box i {
            position: absolute;
            top: 10px;
            left: 20px;
            font-size: 18px;
            color: #98b4c9;
        }

.login-16 .form-section .checkbox .terms {
    margin-left: 3px;
}

.login-16 .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-16 .form-section .terms {
    margin-left: 3px;
}

.login-16 .form-section a {
    text-decoration: none;
}

.login-16 .form-section .checkbox {
    font-size: 15px;
}

.login-16 .form-section .form-check {
    float: left;
    margin-bottom: 0;
}

    .login-16 .form-section .form-check a {
        color: #efefef;
    }

.login-16 .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #41637c;
}

.login-16 .form-section a.forgot-password {
    font-size: 16px;
    color: #41637c;
}

.login-16 .form-check-input:focus {
    border-color: transparent;
    box-shadow: none;
}

.login-16 .form-check-input:checked {
    background-color: #272a2a !important;
    border: 1px solid #272a2a !important;
}

.login-16 .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    border: 1px solid #fff;
    background-color: #fff;
    position: absolute;
    margin-left: -22px;
    border-radius: 0;
}

.login-16 .social-list a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    font-size: 19px;
    background: #fff;
    border-radius: 100px;
}

    .login-16 .social-list a:hover {
        color: #fff;
    }

.login-16 .btn-theme {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    border-radius: 3px;
    float: left;
}

    .login-16 .btn-theme:hover {
        color: #fff;
    }

        .login-16 .btn-theme:hover:after {
            transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
            transition: transform 0.4s linear, transform 0.4s linear;
        }

    .login-16 .btn-theme:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        border-radius: 7px;
        transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
        transform-origin: bottom center;
        transition: transform 0.4s linear, transform 0.4s linear;
        z-index: -1;
    }

.login-16 .btn-theme {
    background-image: linear-gradient(to bottom, #ff4e00, #ff8955);
    color: #000;
    font-weight: 800;
    width: 100%;
    border-radius: 30px;
    padding: 6px 0px !important;
}
    .login-16 .btn-theme:hover {
        background-image: none;
        color: #fff;
        border: 2px solid #ff4e00;
        background-color: transparent;
     
    }


    .login-16 .btn-theme:after {
        background: #21004c;
    }

.login-16 .btn-lg {
    font-size: 17px;
    padding: 0 50px;
    line-height: 45px;
}

.login-16 .btn {
    box-shadow: none !important;
}

.login-16 .btn-md {
    padding: 0 50px;
    font-size: 15px;
    line-height: 45px;
}

.login-16 .info {
    position: relative;
    width: 350px;
    margin: 0 auto;
    height: 350px;
    text-align: center;
}

    .login-16 .info .box h3 {
        font-size: 23px;
        margin-bottom: 20px;
        font-weight: 500;
        color: #000;
    }

    .login-16 .info .box p {
        color: #efefef;
        font-size: 15px;
    }

    .login-16 .info .box {
        position: absolute;
        width: 350px;
        margin: 0 auto;
        height: 350px;
        overflow: hidden;
        padding: 20px;
        border: solid 15px #10101000;
    }

        .login-16 .info .box .content {
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border: solid 1px rgb(0 0 0 / 0%);
            padding: 70px 10px;
        }

            .login-16 .info .box .content .logoimg {
                height: 52px;
                width: 200px;
                box-shadow: 0px 15px 10px -15px #111;
                margin-bottom: 20px;
            }

        .login-16 .info .box span {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            box-sizing: border-box;
        }

            .login-16 .info .box span:nth-child(1) {
                transform: rotate(0deg);
            }

            .login-16 .info .box span:nth-child(2) {
                transform: rotate(90deg);
            }

            .login-16 .info .box span:nth-child(3) {
                transform: rotate(180deg);
            }

            .login-16 .info .box span:nth-child(4) {
                transform: rotate(270deg);
            }

            .login-16 .info .box span:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 3px;
                background: #fff;
                animation: animate 4s linear infinite;
            }

@keyframes animate {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: left;
    }

    50.1% {
        transform: scaleX(1);
        transform-origin: right;
    }

    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

/** Social media **/
.login-16 .facebook-bg {
    color: #4867aa;
}

    .login-16 .facebook-bg:hover {
        background: #4867aa;
    }

.login-16 .twitter-bg {
    color: #33CCFF;
}

    .login-16 .twitter-bg:hover {
        background: #33CCFF;
    }

.login-16 .google-bg {
    color: #db4437;
}

    .login-16 .google-bg:hover {
        background: #db4437;
    }

.login-16 .linkedin-bg {
    color: #2392e0;
}

    .login-16 .linkedin-bg:hover {
        background: #1c82ca;
    }

@media (max-width: 1200px) {
    .login-16 .form-section {
        padding: 80px 50px;
    }
}

@media (max-width: 992px) {
    .login-16 .form-section {
        padding: 25px 30px;
        border-right: none;
    }

    .login-16 .bg-img {
        display: none;
    }

    .login-16 .login-box {
        max-width: 500px;
    }
}

ul#elements li {
    list-style: none;
    position: absolute;
    transition: 0.1s;
    color: #fff;
    text-shadow: 1px 1px 8px #2669ff;
}
@media only screen and (max-width:500px){
    .line_3 {
        position: absolute;
        top: 215px;
        left: 175px;
    }
    .login-16 .form-section {
        border-radius: 30px;
    }
    .new_account {
        font-size: 35px;
    }
}
@media(max-width: 425px) {
    ul#elements li {
        display: none
    }
}

li:nth-child(n+1) {
    opacity: 1;
    left: 83vw;
    top: 52vh;
    font-size: 30px;
    animation-name: animate9;
    animation-duration: 16.2s;
    animation-iteration-count: infinite
}

li:nth-child(n+2) {
    opacity: 1;
    left: 10vw;
    top: 30vh;
    font-size: 28px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+3) {
    opacity: 1;
    left: 90vw;
    top: 70vh;
    font-size: 22px;
    animation-name: animate9;
    animation-duration: 16.2s;
    animation-iteration-count: infinite
}

li:nth-child(n+4) {
    opacity: 1;
    left: 90vw;
    top: 8vw;
    font-size: 26px;
    animation-name: animate9;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+5) {
    opacity: 1;
    left: 6vw;
    top: 50vh;
    font-size: 35px;
    animation-name: animate9;
    animation-duration: 16.2s;
    animation-iteration-count: infinite
}

li:nth-child(n+6) {
    opacity: 1;
    left: 80vw;
    top: 15px;
    font-size: 32px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+7) {
    opacity: 1;
    left: 12vw;
    top: 73vh;
    font-size: 22px;
    animation-name: animate8;
    animation-duration: 16.2s;
    animation-iteration-count: infinite
}

li:nth-child(n+8) {
    opacity: 1;
    left: 88vw;
    top: 85vh;
    font-size: 33px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+9) {
    opacity: 1;
    left: 14vw;
    top: 3vh;
    font-size: 30px;
    animation-name: animate9;
    animation-duration: 16.2s;
    animation-iteration-count: infinite
}

li:nth-child(n+10) {
    opacity: 1;
    left: 93vw;
    top: 36vh;
    font-size: 40px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+11) {
    opacity: 1;
    left: 5vw;
    top: 83vh;
    font-size: 40px;
    animation-name: animate9;
    animation-duration: 16.2s;
    animation-iteration-count: infinite
}

li:nth-child(n+12) {
    opacity: 1;
    left: 3vw;
    top: 14vh;
    font-size: 24px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+13) {
    opacity: 1;
    left: 38vw;
    top: 56vh;
    font-size: 18px;
    animation-name: animate9;
    animation-duration: 16.2s;
    animation-iteration-count: infinite
}

li:nth-child(n+14) {
    opacity: 1;
    left: 22vw;
    top: 56vh;
    font-size: 32px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+15) {
    opacity: 1;
    left:3vw;
    top: 100vh;
    font-size: 32px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+16) {
    opacity: 1;
    left: 5vw;
    top: 127vh;
    font-size: 32px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+17) {
    opacity: 1;
    left: 92vw;
    top: 124vh;
    font-size: 32px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+18) {
    opacity: 1;
    left: 12vw;
    top: 115vh;
    font-size: 32px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+19) {
    opacity: 1;
    left: 83vw;
    top: 105vh;
    font-size: 32px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+20) {
    opacity: 1;
    left: 13vw;
    top: 172vh;
    font-size: 44px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+21) {
    opacity: 1;
    left: 90vw;
    top: 175vh;
    font-size: 40px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+22) {
    opacity: 1;
    left: 4vw;
    top: 165vh;
    font-size: 41px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+23) {
    opacity: 1;
    left: 86vw;
    top: 149vh;
    font-size: 27px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+24) {
    opacity: 1;
    left: 11vw;
    top: 150vh  ;
    font-size: 32px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+25) {
    opacity: 1;
    left: 22vw;
    top: 56vh;
    font-size: 32px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+26) {
    opacity: 1;
    left: 22vw;
    top: 56vh;
    font-size: 32px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+27) {
    opacity: 1;
    left: 22vw;
    top: 56vh;
    font-size: 32px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}


@keyframes animate8 {
    0% {
        color: #fff;
    }

    25% {
        color: #fff;
        transform: rotate(-4deg) scale(1.1) translateY(16px) translateX(11px);
        opacity: 0.7;
    }

    50% {
        color: #fff;
        transform: rotate(-2deg) scale(1.1) translateY(9px) translateX(5px);
        opacity: 1;
    }

    75% {
        color: #fff;
        transform: rotate(4deg) scale(1) translateY(17px) translateX(3px);
        opacity: 1;
    }

    100% {
        color: #fff;
    }
}


@keyframes animate9 {
    0% {
        color: #fff;
    }

    25% {
        color: #fff;
        transform: rotate(-1deg) scale(1.2) translateY(2px) translateX(9px);
        opacity: 0.2;
    }

    50% {
        color: #fff;
        transform: rotate(-7deg) scale(1.2) translateY(10px) translateX(1px);
        opacity: 1;
    }

    75% {
        color: #fff;
        transform: rotate(6deg) scale(1.1) translateY(8px) translateX(9px);
        opacity: 1;
    }

    100% {
        color: #fff;
    }
}

/** Login 16 end **/


@media only screen and (max-width: 767px) {
    .adj_mobile {
        margin: -8px 30px !important;
    }
}

@media only screen and (max-width:430px) {
    .adj_mobile {
        margin: 15px 15px !important;
    }
}

