        @import url('https://fonts.googleapis.com/css?family=Roboto');
        body {
            font-family: 'Roboto', sans-serif;
        }
        
        * {
            margin: 0;
            padding: 0;
        }
        
        i {
            margin-right: 10px;
        }
        /*------------------------*/
        
        input:focus,
        button:focus,
        .form-control:focus {
            outline: none;
            box-shadow: none;
        }
        
        .form-control:disabled,
        .form-control[readonly] {
            background-color: #fff;
        }
        /*----------step-wizard------------*/
        
        .d-flex {
            display: flex;
        }
        
        .justify-content-center {
            justify-content: center;
        }
        
        .align-items-center {
            align-items: center;
        }
        /*---------signup-step-------------*/
        
        .bg-color {
            background-color: #333;
        }
        
        .signup-step-container {
            padding: 20px 0px;
            padding-bottom: 60px;
        }
        
        .wizard .nav-tabs {
            position: relative;
            margin-bottom: 0;
            border-bottom-color: transparent;
        }
        
        .wizard>div.wizard-inner {
            position: relative;
            margin-bottom: 50px;
            text-align: center;
        }
        
        .connecting-line {
            height: 2px;
            background: #e0e0e0;
            position: absolute;
            width: 80%;
            margin: 0 auto;
            left: -42px;
            right: 0;
            top: 74px;
            z-index: 1;
        }
        
        .wizard .nav-tabs>li.active>a,
        .wizard .nav-tabs>li.active>a:hover,
        .wizard .nav-tabs>li.active>a:focus {
            color: #555555;
            cursor: default;
            border: 0;
            border-bottom-color: transparent;
        }
        
        span.round-tab {
            width: 70px;
            height: 70px;
            display: inline-block;
            border-radius: 50%;
            background: #fff;
            z-index: 2;
            position: absolute;
            text-align: center;
            font-size: 16px;
            color: #0e214b;
            font-weight: 500;
            border: 1px solid #ddd;
        }
        
        span.round-tab i {
            color: #555555;
        }
        
        .wizard li.active span.round-tab {
            background: #0db02b;
            color: #fff;
            border-color: #0db02b;
        }
        
        .wizard li.active span.round-tab i {
            color: #5bc0de;
        }
        
        .wizard .nav-tabs>li.active>a i {
            color: #0db02b;
        }
        
        .wizard .nav-tabs>li {
            width: 20%;
        }
        
        .wizard li:after {
            content: " ";
            position: absolute;
            left: 46%;
            opacity: 0;
            margin: 0 auto;
            bottom: 0px;
            border: 5px solid transparent;
            border-bottom-color: red;
            transition: 0.1s ease-in-out;
        }
        
        .wizard .nav-tabs>li a {
            width: 30px;
            height: 30px;
            margin: 20px auto;
            border-radius: 100%;
            padding: 0;
            background-color: transparent;
            position: relative;
            top: 0;
        }
        
        .wizard .nav-tabs>li a:hover {
            background: transparent;
        }
        
        .wizard .tab-pane {
            position: relative;
            padding-top: 20px;
            margin-top: -40px;
        }
        
        .wizard h3 {
            margin-top: 0;
        }
        
        .prev-step,
        .next-step {
            font-size: 13px;
            padding: 8px 24px;
            border: none;
            margin-left: 10px;
            border-radius: 4px;
            margin-top: 30px;
        }
        
        .next-step,
        .prev-step {
            background-color: rgb(107, 11, 11);
            color: white;
        }
        
        .skip-btn {
            background-color: #cec12d;
        }
        
        .step-head {
            font-size: 20px;
            text-align: center;
            font-weight: 500;
            margin-bottom: 20px;
        }
        
        .term-check {
            font-size: 14px;
            font-weight: 400;
        }
        
        .custom-file {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 40px;
            margin-bottom: 0;
        }
        
        .custom-file-input {
            position: relative;
            z-index: 2;
            width: 100%;
            height: 40px;
            margin: 0;
            opacity: 0;
        }
        
        .custom-file-label {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1;
            height: 40px;
            padding: .375rem .75rem;
            font-weight: 400;
            line-height: 2;
            color: #495057;
            background-color: #fff;
            border: 1px solid #ced4da;
            border-radius: .25rem;
        }
        
        .custom-file-label::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 3;
            display: block;
            height: 38px;
            padding: .375rem .75rem;
            line-height: 2;
            color: #495057;
            content: "Browse";
            background-color: #e9ecef;
            border-left: inherit;
            border-radius: 0 .25rem .25rem 0;
        }
        
        .footer-link {
            margin-top: 30px;
        }
        
        .all-info-container {}
        
        .list-content {
            margin-bottom: 10px;
        }
        
        .list-content a {
            padding: 10px 15px;
            width: 100%;
            display: inline-block;
            background-color: #f5f5f5;
            position: relative;
            color: #565656;
            font-weight: 400;
            border-radius: 4px;
        }
        
        .list-content a[aria-expanded="true"] i {
            transform: rotate(180deg);
        }
        
        .list-content a i {
            text-align: right;
            position: absolute;
            top: 15px;
            right: 10px;
            transition: 0.5s;
        }
        
        .form-control[disabled],
        .form-control[readonly],
        fieldset[disabled] .form-control {
            background-color: #fdfdfd;
        }
        
        .list-box {
            padding: 10px;
        }
        
        .signup-logo-header .logo_area {
            width: 200px;
        }
        
        .signup-logo-header .nav>li {
            padding: 0;
        }
        
        .signup-logo-header .header-flex {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .list-inline li {
            display: inline-block;
        }
        
        .pull-right {
            float: right;
        }
        /*-----------custom-checkbox-----------*/
        /*----------Custom-Checkbox---------*/
        
        input[type="checkbox"] {
            position: relative;
            display: inline-block;
            margin-right: 5px;
        }
        
        input[type="checkbox"]::before,
        input[type="checkbox"]::after {
            position: absolute;
            content: "";
            display: inline-block;
        }
        
        input[type="checkbox"]::before {
            height: 16px;
            width: 16px;
            border: 1px solid #999;
            left: 0px;
            top: 0px;
            background-color: #fff;
            border-radius: 2px;
        }
        
        input[type="checkbox"]::after {
            height: 5px;
            width: 9px;
            left: 4px;
            top: 4px;
        }
        
        input[type="checkbox"]:checked::after {
            content: "";
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
            transform: rotate(-45deg);
        }
        
        input[type="checkbox"]:checked::before {
            background-color: rgb(107, 11, 11);
            border-color: rgb(107, 11, 11);
        }
        
        @media (max-width: 767px) {
            .sign-content h3 {
                font-size: 40px;
            }
            .wizard .nav-tabs>li a i {
                display: none;
            }
            .signup-logo-header .navbar-toggle {
                margin: 0;
                margin-top: 8px;
            }
            .signup-logo-header .logo_area {
                margin-top: 0;
            }
            .signup-logo-header .header-flex {
                display: block;
            }
        }
        
        .wizard-inner {
            background-color: rgba(255, 166, 0, 0.692);
            height: 180px;
        }
        
        .nav-tabs li {
            margin-top: 40px;
        }
        
        header {
            width: 80%;
            margin: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 8px solid orange;
        }
        
        header img {
            width: 300px;
        }
        
        header a {
            font-size: 20px;
            color: black;
            margin-right: 10px;
            font-weight: 600;
        }
        
        .nav-tabs p {
            padding-top: 0px;
            color: white;
            text-decoration: none;
        }
        
        .nav-tabs a:hover {
            text-decoration: none;
        }
        
        .nav-tabs .round-tab {
            position: relative;
        }
        
        .nav-tabs .fa {
            position: absolute;
            top: 18px;
            left: 18px;
            color: black !important;
            bottom: 180px;
            font-size: 30px !important;
        }
        
        .tab-pane .btn-upload {
            padding: 10px 36px;
            background-color: rgb(107, 11, 11);
            margin-top: -16px;
            border: 0px;
            color: white;
            border-radius: 10px;
        }
        
        .form-text input,
        .form-text select {
            width: 100%;
            padding: 10px;
            border-radius: 6px;
        }
        
        .tab-pane h4 {
            font-size: 18px;
            text-align: left !important;
        }
        
        .apply-page {
            background: url('banner.jpg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }
        
        .apply-page::before {
            content: '';
            position: absolute;
            height: 100%;
            left: 0;
            top: 0;
            width: 100%;
            background-color: rgba(198, 132, 9, 0.893);
        }
        
        .apply-page-row {
            height: 660px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .apply-page-row h1 {
            font-weight: 800;
        }
        
        .apply-page-row a {
            display: inline-block;
            margin-top: 40px;
            text-decoration: none;
            padding: 12px 36px;
            background-color: white;
            border: 2px solid black;
            border-radius: 6px;
            font-size: 30px;
            font-weight: 800;
            color: #1f9979;
        }
        
        .apply-footer {
            display: flex;
            justify-content: space-between;
        }
        
        .apply-footer h1 {
            font-size: 18px;
            background-color: orange;
            padding: 10px;
        }
        
        .form-text a {
            margin-left: -20px !important;
        }
        
        .apply-footer img {
            max-width: 100%;
        }
        
        .language-known select {
            padding: 4px;
            border: 1px solid black;
        }
        
        .language-known label {
            font-size: 12px;
        }
        
        .extra-curricular textarea {
            width: 100%;
            border-radius: 6px;
        }
        
        .supplimentary-btn {
            padding: 8px 24px;
            font-size: 20px;
        }
        
        table a {
            text-decoration: none !important;
            color: #1f9979 !important;
        }
        
        table a:hover {
            text-decoration: underline !important;
            color: #cec12d !important;
        }