h5 {
    padding: 10px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.main {
    /* background-image: url(nurse-min.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    display: flex;
    justify-content: space-around;
    align-content: center;
}

.form-div, .match {
    background-color: #fff;
}

.match{
    margin-top: 25px;
    border-radius: 5px;
}

.banner {
    width: 100%;
    background-color: #1b5db4;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.bottom-banner {
    width: 100%;
    background-color: #1b5db4;
    color: #fff;
    border-radius: 0 0 8px 8px;
    padding-bottom: 5px;
}

.bottom-banner p {
    padding: 5px 10px;
}

.input-box, .select-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerpage {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    opacity: .7;
    text-align: center;
    border-radius: 8px;
    border: 2px dotted #dbdbdb;
    margin: 0;
    background-color: #FCFCFC;
    box-shadow: 20px 25px 5px 6px rgba(0,0,0,0.41);
    -webkit-box-shadow: 20px 25px 5px 6px rgba(0,0,0,0.41);
    -moz-box-shadow: 20px 25px 5px 6px rgba(0,0,0,0.41)
}

.innerpage input, .innerpage select {
    width: 90%;
}

.content {
   padding: 10px 20px; 
}

.btn {
    background-color: #f27200;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 1.6em;
    width: 90%;
    color: #fff;
    font-weight: bold; 
}

.form-check-input {
    width: 1em !important;
}

.mydegree-ellipsis {
    display:inline-block;
    position:relative;
    width:64px;
    height:64px;

}

.mydegree-ellipsis div {
    position:absolute;
    top:27px;
    width:11px;
    height:11px;
    border-radius:50%;
    /*background:#fff;*/
    animation-timing-function:cubic-bezier(0, 1, 1, 0);
    background-color: #1e73be;
}

.mydegree-ellipsis div:nth-child(1) {
    left:6px;
    animation:mydegree-ellipsis1 0.6s infinite;
}

.mydegree-ellipsis div:nth-child(2) {
    left:6px;
    animation:mydegree-ellipsis2 0.6s infinite;
}

.mydegree-ellipsis div:nth-child(3) {
    left:26px;
    animation:mydegree-ellipsis2 0.6s infinite;
}

.mydegree-ellipsis div:nth-child(4) {
    left:45px;
    animation:mydegree-ellipsis3 0.6s infinite;
}

.ldTemplate-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    padding-bottom: 5px;
}


.ldTemplate-wrapper h2{
    margin-bottom:0;
    font-weight: 600;
    color: #555;
    font-size: 22px;
    text-align: center;
    margin-top: 0;
}


@keyframes mydegree-ellipsis1 {
    0% {
        transform:scale(0);
    }
    100% {
        transform:scale(1);
    }
}

@keyframes mydegree-ellipsis3 {
    0% {
        transform:scale(1);
    }
    100% {
        transform:scale(0);
    }
}

@keyframes mydegree-ellipsis2 {
    0% {
        transform:translate(0, 0);
    }
    100% {
        transform:translate(19px, 0);
    }
}

#processModal .modal-dialog{
    margin-top: 20vh;
}

@media (max-width: 800px) {

    h5 {
        font-size: 0.9rem;
    }

    .form-control {
        font-size: 0.8rem !important;
    }

    .btn {
        font-size: 0.8em;
    }

    .bottom-banner p, .content {
        font-size: 0.7em;
    }

    .main {
        flex-direction: column;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .innerpage {
        font-size: 0.7em;
        margin: 3px 3px 5px 3px !important;
    }

    #banner-img{
        display: flex;
        justify-content: center;
    }
}
