
/*CSS Start Here*/
body.mbody {
    display: block;
}
 .wrapper {
    padding: 30px;
}
.padding-zero {padding: 0px!important;}
.margin-zero {margin: 0px!important;}
 
.headbox {
    text-align: center;
}
.logobox {
    text-align: center;
}

.logobox h2 {
    font-size: 22px;
    line-height: 32px;
}

.logobox h2 span {
    display: block;
    font-size: 20px;
    color: #283178;
}

.logobox img {
    margin-bottom: 15px;
}
p.prepara {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.headbox {
    text-align: center;
    margin-bottom: 18px;
}
.main-content {
    padding: 30px;
    border: 1px solid #585858;
}
.main-content h4 {
    color: #172460;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
table.table.responsive-table.wiif-table th {
    width: 20%;
}
.contentbox {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.closing-date {
    margin: 20px 0;
    background: #e2e8ff;
    padding: 20px;
    border-bottom: 4px solid #000;
    width: 60%;
    margin: 20px auto 0;
    text-align: center;
}

.closing-date p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.apply-btn {
    background-color: #f52d2d;
    color: #fff;
    border: 0;
    padding: 8px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px auto 0;
    display: inline-block;
    transition: 0.5s ease-in-out;
    outline: 0;
}
.apply-btn:hover {
    background: #172460;
    text-decoration: none;
    color: #fff;
}
ul.info-list li,ol.info-list li,.contentbox h5 {
    margin-bottom: 20px;
}
 
/*Form Box*/

.formboxx {
    border: 1px solid #ccc;
    padding: 50px 25px 25px 25px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 35px;
}
.formboxx h5 {
    position: absolute;
    top: -15px;
    display: inline-block;
    background: #e2e8ff;
    padding: 5px 18px;
    width: auto;
    text-align: left;
}
form.sectionform label {
    font-weight: 500;
    font-size: 14px;
    position: relative;
}
form.sectionform input[type="text"],input[type="number"],input[type="email"] {
    width: 100%;
    border-radius: 0px;
    height: 35px;
    border: 1px solid #a3a3a3;
    padding: 0 10px;
}
.sectionform textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 0 10px;
}
.form-group.phlistgroup {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.form-group.phlistgroup ul.phlist li {
    display: inline-block;
    padding-left: 40px;
    position: relative;
}

.form-group.phlistgroup ul.phlist li span {
    margin-right: 5px;
position: absolute;
    left: 7px;
    top: 5px;
}
ul.phlist {
    margin-bottom: 0;
}
.form-group.phlistgroup label, ul.mslist {
    margin-bottom: 0;
}
ul.mslist li {
    display: inline-flex;
    margin-right: 20px;
    align-items: center;
}

ul.mslist li label {
    margin-right: 10px;
    margin-bottom: 0px;
}
ul.checklist {
    padding-left: 27px;
    list-style: none;
}

ul.checklist input[type="checkbox"],ul.checklist input[type="radio"] {
    position: absolute;
    left: -22px;
    top: 7px;
}

ul.checklist li {
    position: relative;
}
ul.checklist.coursetype li {
    display: inline-block;
    margin-right: 35px;
}
table.grey-table {
    width: 95%;
    margin: 0 auto;
}

table.grey-table thead tr th,table.grey-table tbody tr th {
    background: #ccc;
    font-size: 14px;
    padding: 10px 12px;
    border-right: 1px solid #000;
    text-align: center;
    font-weight: 500;
}

table.grey-table thead tr th:last-child {
    border-right: 0px;
}
table.grey-table tbody tr td input {border: 0px!important;}
table.grey-table tbody tr td {
    border: 1px solid #000;
}
.personal-info {
    padding: 15px;
    background: #efefef;
    margin-bottom: 15px;
}
table.grey-table.depandants tbody td:nth-child(2) {
    width: 15%;
}
table.grey-table.depandants {
    margin-bottom: 15px;
}
table.grey-table.inctable tbody tr th {
    border: 1px solid #000;
    text-align: left;
}

table.grey-table.inctable {
    width: 50%;
    margin: 15px 0;
}
table.grey-table.officeonly tbody tr th {
    width: 30%;
    text-align: left;
    border: 1px solid;
}
table.grey-table.officeonly ul.checklist.coursetype {
    margin: 0;
}
span.srno {
    font-size: 16px;
    margin-right: 5px;
}
.recomndbox {
    margin-top: 20px;
}
label.main-lbl {
    font-weight: 700!important;
    font-size: 14px!important;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
label span.star {
    color: red;
    right: -10px;
    position: absolute;
    top: -4px;
    font-size: 16px;
}
span.star {
    color: red;
    font-size: 16px;
}



/*Custom Scrollbar*/

#custom-scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

#custom-scrollbar::-webkit-scrollbar
{
    width: 2px;
    height:2px;
    background-color: #F5F5F5;
}

#custom-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: #f80400;
    height:2px;
}
div#custom-scrollbar {
    padding: 5px;
}

h6.roman {
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}
textarea.brief-explnation {
    height: 250px;
}

.signatureboxx label {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
form.sectionform input[type="text"].dottedinput {
    border: 0px;
    border-bottom: 2px dotted #000;
}
.row.slips-list ul li {
    font-weight: 600;
    margin-bottom: 25px;
}

.row.slips-list ul li small {
    display: block;
    color: red;
    font-weight: 600;
}
p.lasttxt {
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
}
input.submit-btn {
    background-color: #f52d2d;
    color: #fff;
    border: 0;
    padding: 8px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px auto 0;
    display: inline-block;
    transition: 0.5s ease-in-out;
    outline: 0;
}

input.submit-btn:hover {
    background: #172460;
    text-decoration: none;
    color: #fff;
}
ul.checklist.records li {
    line-height: 40px;
}

ul.checklist.records input.extrainput.dottedinput {
    width: 30%;
}

ul.checklist.records input[type="checkbox"],ul.checklist.recordsinput[type="radio"] {
    top: 16px!important;
}
p.folwdoc input.dottedinput {
    width: 90%;
}