body {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 14px;
    line-height: 1.76;
    background: url("https://admission.donboscoliluah.org/asset/image/geometry-grey.png") repeat center center;
    width: 100%;
    height: 100%;
}

.admission_searchfield {
    text-align: center;
}

.search_field input {
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 8px;
    height: 30px;
    font-family: 'Roboto Slab', sans-serif;
    width: 60%;
    margin-right: 10px;
    font-size: 18px;
    box-shadow: 0 3px 8px #ddd;
}

.submitBtn {
    width: 195px !important;
    padding: 0 !important;
    cursor: pointer;
    height: 48px !important;
    background: #047ffc;
    color: #fff;
    border: 0 !important;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease-out 0s;
}

.submitBtn:hover {
    background: #e79800;
    transition: all 0.3s ease-out 0s;
}

.search_field input:hover {
    border: 1px solid #047ffc;
}

.search_field input:focus {
    border: 1px solid #e79800;
}

.search_field label {
    font-size: 18px;
    color: #333;
    padding-right: 10px;
}

.btn-outline-rounded {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.tab-pane h2 {
    font-weight: bold;
    font-size: 20px;
    width: 500px;
    text-align: center;
    margin: auto;
    /* line-height: 30px; */
    /*background: #2196F3;*/
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 8px 0;
    margin-bottom: 20px;
}

.board {
    width: 90%;
    margin: 0px auto;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 20px auto 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board>div.board-inner {
    /* background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png); */
    background-size: 30%;
}

p.narrow {
    width: 60%;
    margin: 10px auto;
    font-size: 18px;
    line-height: 32px;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one {
    color: rgb(34, 194, 34);
    border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #666;
    color: rgb(34, 194, 34);
}

span.round-tabs.two {
    color: #febe29;
    border: 2px solid #febe29;
}

li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five {
    color: #999;
    border: 2px solid #999;
}

li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs>li.active>a span.round-tabs {
    background: #fafafa;
}

.nav-tabs>li {
    width: 20%;
}

.nav-tabs>li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition: 0.1s ease-in-out;

}

.nav-tabs>li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #666;

}

.nav-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.nav-tabs>li a:hover {
    background: transparent;
}

.tab-content {}

.tab-pane {
    position: relative;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 1px 33px #eee;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.btn-outline-rounded {
    padding: 12px 50px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.orange {
    background-color: #5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media(max-width : 585px) {

    .board {
        width: 90%;
        height: auto !important;
    }

    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .tab-content .head {
        font-size: 20px;
    }

    .nav-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .nav-tabs>li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding: 12px 20px;
    }
}

.start_date {
    color: #e79800;
    font-weight: bold;
}

.end_date {
    color: #047ffc;
    font-weight: bold;
}

.admission_form_block {
    padding-top: 60px;
    overflow: hidden;
}

.admission_form label {
    display: block;
    text-align: left;
}

.subjects label {
    display: inline;
    font-weight: 500;
}

.admission_form input,
.admission_form select {
    border: 2px solid #ddd;
    box-shadow: inherit;
}

.admission_form {
    overflow: hidden;
}

/*---------checkmark---------*/

.label_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    text-align: left;
}

/* Hide the browser's default checkbox */
.label_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #aaa;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.label_container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.label_container input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.label_container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.label_container .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hidden_service,
.hidden_section {
    display: none;
}

.service_hidden {
    display: none;
}

.admission_form .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("https://admission.donboscoliluah.org/asset/image/arrowupdown.png");
    background-position: 98% center;
    background-repeat: no-repeat;
}

.qualification_cap {
    text-align: left;
    padding-left: 12px;
    font-size: 18px;
}

.divider {
    width: 40px;
    background: #f75d34;
    height: 3px;
    float: left;
    margin: 0 0 15px 12px;
}

.signature_type input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.signature_type label {
    text-align: center;
    padding-top: 5px;
}

.logo h1 {
    color: #111
}

.logo h3 {
    text-transform: uppercase;
    color: #111 !important;
    font-size: 18px;
    font-weight: 600;
}

.logo img {
    margin: auto;
}

.heading-title h2 {
    background: linear-gradient(90deg, #0baeba, #0eb1ea)
}

.table-marks tr th,
.table-marks tr td {
    text-align: center;
}

.mb-3 {
    margin-bottom: 10px;
    border-radius: 3px;
}

.italic_label {
    font-style: italic;
}

.align-left h4,
.align-left p {
    text-align: left;
}

.file_upload {
    padding: 4px 6px;
    border-radius: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.table-responsive {
    overflow-x: inherit;
}

.pd0 {
    padding-left: 0;
}

.student_pass_photo {
    width: 100px;
    border: 1px solid #333;
    padding: 8px;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 25px;
    line-height: 1.3;
}

.student_pass_photo a {
    font-size: 12px;
    color: #000;
    text-align: center;
}

.student_pass_photo a:hover {
    text-decoration: none;
}

.formNo span {
    font-size: 16px;
}

.nmb {
    font-size: 20px !important;
    font-weight: bold;
}

.studies_btn {
    padding: 10px 20px;
    color: #840206;
    background: #f8abad;
    border: 1px solid #f8abad;
    font-weight: 600;
    font-size: 13px;
    margin: 30px 0;
    text-transform: uppercase;
    margin-right: 5px;
}

.payment_btn {
    color: #fff;
    background-color: #ec0c14;
    border: 1px solid #ec0c14;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 13px;
    margin: 30px 0;
    margin-left: 5px;
    text-transform: uppercase;
}

.search_btn {
    margin: 24px 0;
    text-transform: uppercase;
}

.studies_btn:hover,
.payment_btn:hover {
    background-color: #22258c;
}

/*added by Mayukh*/
.invalid-feedback {
    display: block;
    text-align: left;
    color: #FF0000
}

table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    font-size: 12px !important;
}

.logo img {
    width: 50%;
}
.admission_form_block span.label-alert{
    color:red;
}


@media (max-width:991px) {
    .logo img {
        width: 60%;
    }
}

@media (max-width:776px) {
    .logo h1 {
        font-size: 30px;
    }

    .tab-pane h2 {
        font-size: 16px;
    }
}

@media (max-width:556px) {
    .admission-details ol li{
        font-size: 13px !important;
        line-height: 22px !important;
    }
    .admission-details p {
        font-size: 14px !important;
        line-height: 22px !important;
    }
}

@media (max-width:556px) {
    .board {
        width: 100%;
    }

    .logo h1 {
        font-size: 25px;
    }

    .tab-pane h2 {
        font-size: 15px;
    }

    legend strong {
        font-size: 17px;
    }

    h4 {
        font-size: 16px;
    }

    .admission_form label {
        font-size: 12px;
    }
}


/* Conformation Page CSS Code */
.wrapper-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapper-2 {
    padding: 30px;
    text-align: center;
    background-color: #cbcbd352;
    border-radius: 20px;
}

.conformation-content h1 {
    font-family: 'Kaushan Script', cursive !important;
    font-size: 4em;
    letter-spacing: 3px;
    color: #5892FF;
    margin: 0;
    margin-bottom: 20px;
}

.wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #aaa;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

.go-home {
    color: #fff;
    background: #5892FF;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.go-home:hover {
    text-decoration: none;
}

.conformation-content h4 {
    margin-bottom: 30px;
    line-height: 28px;
}

.conformation-content form {
    display: inline-block;
}

@media (max-width:440px) {
    .conformation-content h4 br {
        display: none;
    }
}

@media (max-width:1400px) {
    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 150px;
        box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    }
}

@media (min-width:360px) {
    h1 {
        font-size: 4.5em;
    }

    .go-home {
        margin-bottom: 20px;
    }
}

@media (max-width:600px) {
    .content {
        max-width: 1000px;
        margin: 0 auto;
    }

    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 50px;
        box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    }
}

/* Print Page CSS Code */
.print-form ul li {
    text-align: start;
    font-size: 20px;
    line-height: 28px;
}

.print-form h3 {
    list-style-type: none;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 20px;
}

.print-form h4 {
    list-style-type: none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 20px;
}

.print-form ol {
    list-style-type: none;
    text-align: start;
    font-size: 18px;
}

.print-form-text p {
    text-align: start;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

.print_form_sign {
    display: flex;
    margin-top: 30px;
    justify-content: space-evenly;
    /* border-top-style: dotted; */
}

.print_form_sign label {
    font-weight: 800;
}

.sign {
    border-top-style: dotted;
}

.fr_mr {
    margin-left: 20px;
}


@media (max-width:512px) {
    .print-form ul li {
        text-align: start;
        font-size: 13px;
        line-height: 20px;
    }

    .print-form h3 {
        list-style-type: none;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        text-decoration: underline;
        margin-bottom: 15px;
    }

    .print-form h4 {
        list-style-type: none;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        text-decoration: underline;
        margin-bottom: 14px;
    }

    .print-form ol {
        list-style-type: none;
        text-align: start;
        font-size: 12px;
    }

    .print-form-text p {
        text-align: start;
        font-size: 10px;
        line-height: 18px;
        font-weight: 600;
    }
}

@media (max-width:668px) {
    .wrapper-2{
        padding: 25px;
        border-radius: 20px;
        margin-left: 28px;
        margin-right: 28px;
    }
    .conformation-content h3{
        font-size: 16px;
    }
    .conformation-content h4{
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 15px;
    }
}

/* Styles for the photo */
.photo {
    width: 36mm;
    /* Width of the photo */
    height: 48mm;
    /* Height of the photo */
    background-color: #fff;
    /* White background for the photo */
    border: 1px solid #000;
    /* Thin border around the photo */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    /* Drop shadow for the photo */
}

.photo p {
    margin-top: 50%;
}

.family-photo {
    margin-top: 20px;
    width: 100%;
    height: 330px;
    background-color: #fff;
    /* White background for the photo */
    border: 2px solid #000;
    /* Thin border around the photo */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    /* Drop shadow for the photo */

}

.family-photo p {
    margin-top: 25%;
    text-align: center;
}

.payment-box {
    width: 100%;
    height: 330px;
    /* Height of the photo */
    background-color: #fff;
    /* White background for the photo */
    border: 2px solid #000;
    /* Thin border around the photo */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    /* Drop shadow for the photo */
    padding: 15px 0;
}

.payment-box h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 10px;
    line-height: 15px;
}

.payment-box p {
    text-align: center;
    line-height: 20px;
}

.payment-receipt h3 {
    font-size: 30px;
    font-weight: 600;
}

.admission_form_payment {
    padding-top: 10px;
}

/* Home Page CSS Code */
.check-candidate {
    margin-top: 80px;
}

.check-candidate .new-registration {
    font-size: 20px;
    text-align: right;
    /* margin-top: 30px; */
}

.check-candidate .new-registration a {
    font-size: 20px;
}

.check-candidate .retrieve-registration {
    text-align: center;
}

.check-candidate .retrieve-registration a {
    font-size: 20px;
}
.admission-details ol li{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}
.admission-details p{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}
.admission-details{
    margin-bottom: 20px;
}
.retrieve-registration h4{
    margin-left: 35px;
    font-size: 15px;
    margin-bottom: 3px;
}

@media (max-width:767px) {
    .check-candidate .new-registration {
        margin-top: 0;
        text-align: center;
    }
    .check-candidate .retrieve-registration {
        text-align: center;
    }
    .retrieve-registration h4{
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width:556px) {
    .check-candidate .new-registration a {
        font-size: 15px;
    }

    .check-candidate .retrieve-registration a {
        font-size: 15px;
    }
}


/* Notice Page CSS Code */
input[type=checkbox], input[type=radio] {
    margin:0;
    width: 15px;
    height: 15px;
}
.check-candidate label{
    font-size: 18px;
}
.check-candidate.proceed a{
    font-size: 18px;
    border-radius: 30px;
    padding: 6px 30px;
}
.check-candidate.proceed a:hover{
    font-size: 18px;
    border-radius: 30px;
    padding: 6px 30px;
    text-decoration: none;
}

.no-border-iframe {
    border: none !important;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.check-candidate span #error-message{
    margin-top: 20px;
}
.proceed-message{
    margin-top: 10px;
    margin-bottom: 10px;
}