.academics-course-top {
    background: #F8F8F9;
}
.academics-course-top .ac-co-wrap {
    padding: 30px 0 55px;
    max-width: 920px;
}
@media (max-width: 767.98px) {
    .academics-course-top .ac-co-wrap {
        padding: 30px 0 40px;
    }
}
.academics-course-top .ac-co-wrap h1 {
    margin-bottom: 20px;
    font-size: 30px;
}
@media (max-width: 767.98px) {
    .academics-course-top .ac-co-wrap h1 {
        font-size: 26px;
    }
}
.academics-course-top .ac-co-wrap .btn {
    min-width: 210px;
    line-height: 1.7;
}
@media (max-width: 767.98px) {
    .academics-course-top .ac-co-wrap .btn {
        min-width: 180px;
    }
    .academics-course-top .ac-co-wrap .btn:hover{
        color: #ffffff;
        background: #158825;
        border: 1px solid #158825;
    }
   
}
@media (min-width: 1200px) {
    .academics-course-top .ac-co-wrap .btn:hover {
        background: rgba(248, 248, 249, 0);
    }
}
.academics-course-top .ac-co-wrap p {
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
}
.academics-course-top .rating-wrap {
    display: flex;
    margin-bottom: 18px;
    align-items: flex-end;
}
.academics-course-top .rating-wrap .rating {
    display: flex;
    align-items: flex-end;
}
.academics-course-top .rating-wrap .rating .rates {
    margin-right: 7px;
}
.academics-course-top .rating-wrap span {
    color: #D39F00;
    line-height: 1;
    font-weight: 700;
    font-size: 16px;
    font-family: "Oxygen", sans-serif;
    margin-right: 8px;
}
.academics-course-top .rating-wrap h6 {
    font-size: 14px;
    margin: 0;
    line-height: 1;
}
.academics-course-top .graduates {
    display: flex;
    align-items: end;
    font-family: "Oxygen", sans-serif;
    margin-bottom: 30px;
}
.academics-course-top .graduates h5 {
    line-height: 1;
    font-size: 18px;
    margin: 0 5px;
    font-weight: 700;
}
.academics-course-top .graduates span {
    font-size: 14px;
    line-height: 1;
}

.academics-course {
    padding: 60px 0;
    position: relative;
}
@media (max-width: 1199.98px) {
    .academics-course {
        padding: 65px 0;
    }
}
@media (max-width: 767.98px) {
    .academics-course {
        padding: 45px 0;
    }
}
.academics-course .vm-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    max-width: 150px;
}
@media (max-width: 1199.98px) {
    .academics-course .vm-bg {
        display: none;
    }
}
.academics-course .acad-list ul {
    padding-left: 25px;
}
.academics-course .acad-list ul li {
    font-size: 18px;
    margin-bottom: 15px;
    list-style: none;
    position: relative;
}
.academics-course .acad-list ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: -20px;
    width: 5px;
    height: 10px;
    border: solid #158825;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.academics-course h2 {
    padding: 20px 0;
    font-size: 24px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .academics-course h2 {
        margin-bottom: 0;
    }
}
.academics-course p {
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
}
/* popup */
.modal .modal-dialog {
    min-height: calc(100% - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal .modal-content {
    border: 0;
    border-radius: 0;
}
.modal.dept-details .modal-dialog {
    max-width: 760px;
    width: 100%;
    margin: auto;
    min-height: 100%;
}
.modal.dept-details .modal-body {
    padding: 50px;
}
@media (max-width: 575.98px) {
    .modal.dept-details .modal-body {
        padding: 30px 20px;
    }
}
.modal.dept-details .modal-body h5 {
    font-size: 20px;
    padding-right: 30px;
    color: #158825;
}
.modal.dept-details .close {
    position: absolute;
    right: 20px;
    top: 15px;
    padding: 5px;
    opacity: 1;
    color: #707070;
    z-index: 1;
}
.modal.dept-details .close span {
    font-size: 35px;
    font-weight: 300;
}
.modal.dept-details form .label {
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
}
.modal.dept-details form .label span {
    color: #00A217;
}
.modal.dept-details form input {
    border: 1px solid #CCD1D3;
    border-radius: 0;
    height: 50px;
    padding: 15px;
    width: 100%;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
}
.modal.dept-details form .form-group {
    margin-bottom: 25px;
}
.modal.dept-details form .btn {
    height: 50px;
    line-height: 2.2;
    width: 100%;
    padding: 0;
    font-size: 15px;
}
.modal.dept-details form .checkbox-wrap {
    display: block;
    margin-bottom: 15px;
}
.modal.dept-details form .checkbox-wrap input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.modal.dept-details form .checkbox-wrap label {
    position: relative;
    cursor: pointer;
}
.modal.dept-details form .checkbox-wrap label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #158825;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
}
.modal.dept-details form .checkbox-wrap input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.modal.dept-details form .checkbox-wrap input:checked + label:before {
    background: #158825;
}
.modal.dept-details form .select2-container {
    width: 100% !important;
}
.modal.dept-details form .select2-container--default .select2-selection--single {
    border: 1px solid #CCD1D3;
    height: 50px;
    font-size: 14px;
}
.modal.dept-details form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding: 0 40px 0px 20px;
}
.modal.dept-details form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 49px;
    width: 49px;
    border-left: 0;
}
.modal.dept-details form .check-cont-bx {
    display: flex;
}
.modal.dept-details form .check-cont-bx .cont {
    font-size: 12px;
    color: #696E79;
    padding-left: 8px;
}
.modal.dept-details form .check-cont-bx .cont a {
    color: #158825;
}
.modal.dept-details form textarea {
    resize: none;
    font-weight: 500;
}
.modal.dept-details form textarea:focus {
    border-color: #CCD1D3;
}

.modal-open .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered, .modal-open .select2-container--default.select2-container--above .select2-selection--single .select2-selection__rendered, .modal-open .select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
}
.modal-open .select2-dropdown {
    z-index: 9999999;
}

.form-group.filled .application-form__input {
    background-color: #FAFAFA;
    transition: 0.3s ease-in-out all;
}

.form-group .file-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.form-group .file-list .file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-group .file-list .file-item .remove-file {
    margin-top: 5px;
    color: #B90000;
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    border-bottom: 1px solid #B90000;
    transition: 0.3s ease-in-out all;
}

.form-group .file-list .file-item .remove-file:hover {
    filter: brightness(1.5);
    transition: 0.3s ease-in-out all;
}

.application-form__label {
    display: inline-block;
    margin-bottom: 16px;
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
}

.application-form__input {
    width: 100%;
    height: 50px;
    border: 1px solid #CCD1D3;
    text-indent: 20px;
}

.application-form__input:focus, .application-form__input:focus-visible {
    outline: none;
    box-shadow: none;
}

.application-form__input.input-hidden {
    display: none;
}

.application-form__input.input-visible {
    width: 100%;
    height: 50px;
    border: 1px solid #CCD1D3;
    display: flex;
    justify-content: space-between;
}

.application-form__input.textarea {
    height: 125px;
}

.hidden-input-label {
    margin-bottom: 0;
    display: block;
    height: 100%;
    line-height: 3;
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #0D1834;
    width: 100%;
}

.btn-select-file {
    max-width: 120px;
    width: 100%;
    height: 48px !important;
    border: none !important;
    background-color: #158825;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s ease-in-out all;
}

@media (max-width: 767.98px) {
    .btn-select-file {
        font-size: 13px;
    }
}
.btn-select-file:hover {
    color: #fff;
    background-color: #158825;
    transition: 0.3s ease-in-out all;
}

.file-select-info {
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #158825;
    margin-top: 10px;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .file-select-info{
        margin-top: 30px;
    }
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 10px;
    height: 10px;
    border-width: 0;
    border-bottom: 2px solid #626262;
    border-left: 2px solid #626262;
    transform: rotate(-45deg);
    top: calc(50% - 5px);
    transition: 0.3s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 10px;
    height: 10px;
    border-width: 0;
    border-bottom: 2px solid #626262;
    border-left: 2px solid #626262;
    /* transform: rotate(-35deg); */
    top: calc(50% - 5px);
    transition: 0.3s ease-in-out;
}