@font-face {
    font-family: 'Mont-heavy';
    src: url(../fonts/Mont/MontDemo-Heavy.otf) format("embedded-opentype"),
    url("../fonts/Mont/MontDemo-Heavy.otf") format("truetype");
}
.mont-heavy{
    font-family: 'Mont-heavy';
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.verytop {
    margin: 2rem 3rem 0rem;
}

/* hero side */

.firstheader {
    color: white;
}

.hero-side {
    /* background: url('../images/rsuth.aa.jpg') no-repeat top left rgba(3, 79, 129, 0.6); */
    background: url('../images/bg-cover.png') no-repeat top left rgba(130, 203, 251, 0.6);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}
.hero-text{
    font-size: 4.5rem;
}

.tx {
    position: relative;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
}

.requirements-list li{
    line-height: 2.5rem;
}

.eligible-line {
    width: 100%;
    height: 0px;
    border: 1px solid #0F82D6;
}

.break {
    flex-basis: 100%;
    height: 0;
  }

/* 1st form side */
.gray-container {
    padding: 3rem 4rem;
}

/* #application-form {
    margin-top: 10rem;
} */

.top-form-container {
    background-color: white;
    border-radius: 8px;
    margin-top: 4rem;
}

/* second form side */
.white-container {
    background-color: white;
    padding: 2.5rem 4rem;

}

.bottom-form-container {
    border: 1px solid gray;
}


/* form */
.the-gray {
    background-color: rgba(219, 219, 219, 0.19);

}

/* button */
.btn-hundred {
    width: 100%;
}

/* navigation */
#logo-image {
    width: 60px;
    height: 60px;
    background: url('../images/rsuthlogo.png') no-repeat;
    background-size: cover;
    object-fit: contain;
    transform:scale(.5);
    /* position:relative;
    left:14px; */

}
.rsuth-logo{
    width:2rem;
    height:auto;
}
.navbar-brand{
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.navbar-collapse{
    flex-grow:0 !important;
}

.nav li a {
    color: black;
}

.contact-pad{
    padding-right: 3%;
}




.bd-footer {
    padding: 1rem 0;
    margin-top: 2rem;
    font-size: 85%;
    text-align: center;
    background-color: #f7f7f7;
}

.bd-footer-links {
    padding-left: 0;
    margin-bottom: 1rem;
}

.strelink{
    margin-top: 25px;

}

.scroll-ball {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom right, rgb(186 186 187 / 82%), rgb(241 239 239 / 91%));
    transition: all 300ms ease-in-out;
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    box-sizing: border-box;
    cursor: pointer;
    z-index: auto;
    /*    box-shadow: 0px 4px 4px rgba(0,0,0,0.4);*/
    /*    border: solid 1.2px rgba(110, 108, 108, 0.555);*/
}

.scroll-ball:hover {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

footer ul li {
    list-style: none;
}

/*Media queries*/
@media only screen and (max-width: 600px) {
    .gray-container {
        padding: 2rem 0;
        background-color: transparent;
    }

    .navbar-brand{
        padding:  0px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.hero-side {
    /* background: url('../images/rsuth.aa.jpg') no-repeat top left rgba(3, 79, 129, 0.85); */
    background: url('../images/bg-cover.png') no-repeat top left rgba(130, 203, 251, 0.6);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

}

@media only screen and (max-width: 768px) {
    .gray-container {
        padding: 2.5rem 1rem;
        background-color: transparent;
    }

    .top-form-container,
    #application-form {
        margin-top: 4rem;
    }
}

@media only screen and (min-width: 567px) {
    .bd-footer {
        text-align: left;
    }
}
@media only screen and (max-width:576px){
    .hero-text{
        font-size:3.5rem;
    }
}

/* dropzone */

.dropzone {
    border: 2px dashed #05f;
    border-radius: 10px;
    width: 100%;
    margin: 1rem .5rem;
}

.dropzone .dz-message {
    background: #fff;
    padding: 2rem 0;
}

.hard-content {
    position: absolute;
    right: .2rem;
    top: 0px;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
}

.quick-response-code {
    width: 100px;
    height: 100px;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: fit;
    box-sizing: border-box;
}

.passport-photo {
    width: 200px;
    height: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: fit;
    transform: scale(.70);
    border: solid 1px rgba(109, 108, 108, 0.507);
    background: url("../images/placeholder.png") no-repeat top center;
    background-size: cover;
    object-fit: contain;
}

#report-container {
    position: relative;
    border: solid 1.8px rgba(219, 219, 219, 0.19);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 2rem;
}

#qualifications_container {
    position: relative;
    border: solid 1.8px rgba(219, 219, 219, 0.19);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 2rem;
    margin: 10px auto;
}

#documents_list li a {
    text-decoration: none !important;
    font-size: 20px;
    font-weight: lighter;
}

#documents_list:nth-child(1) {
    text-decoration: none !important;
    font-size: 28px;
    font-weight: lighter;
    text-transform: uppercase;
}

.iic-text {
    display: none;
    box-sizing: border-box;
    color: #444444;
    padding: .4rem;
    margin-left: 3rem;
}

.disable-form {
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: -5;
}

/* .search-btn {
    position: absolute;
    transform: translateX(160px);
} */

.help{
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 90%;
    padding: 2.5px;
    /* position: relative; */
    color: #ffffff !important;
    width: 30px;
    height: 30px;
}

.mymodal {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    box-sizing: border-box;
    background: rgba(0,0,0,0.6);
    align-items: center;
    justify-content: center;
}

.mymodal > .modaldialog {
    width: auto;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 15px;
    height: auto;
    scroll-behavior: smooth;
    overflow: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modaldialog > .modalcontent {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1.5rem;
    width: 100%;
    height: 100%;
}

.modalcontent > .modalheader{
    border-bottom: solid .5px #444;
    padding: .8rem;
}
.modalcontent > .modalbody{
    height: auto;
}
.modalcontent > .modalfooter{
    border-bottom: solid .5px #444;
    padding: .8rem;
}

.no-print {
  display:none;
}

.load-search {
    display: flex;
}

.search-bar {
    background: rgba(170, 213, 241, 0);
    overflow: hidden;
    position: fixed;
    display: none;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border-radius: 25px 0 0 25px;
    transition: all 500ms ease-in-out;
    padding: 0 0 !important;
    margin: 0 0;
    min-width: 3rem;
    max-height: 3.5rem;
    right: 0rem;
    top: 50%;
    border: none;
}

#searchFormOne {
    position: absolute;
    overflow: hidden;
    display: none;
    justify-content: flex-start;
    align-items: center;
    max-height: 3.5rem;
    width: inherit;
    /* background: #05f; */
    top: 0px;
    left: 0;
    z-index: -10;
    box-sizing: border-box;
}

#iicsearchOne {
    box-sizing: border-box;
    padding: 1rem .5rem 1rem 4.5rem;
    height: 3.5rem;
    background: rgba(170, 213, 241, 0.7);
}

.show-search-bar {
    width: 35rem;
    background: rgba(255, 255, 255, 0.6);
}

.hide-search-bar {
    width: 3rem;
    background: rgba(255, 255, 255, 0);
}

.showbox {
    display: block;
}

.hidebox {
    display: none;
}

.show-time {
    position: absolute;
    right: -650px;
    width: 500px;
    top: 0rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.show-time:hover {
    background: rgba(0, 0, 0, 1);
}
