.bg-img {
    background: url(../Images/newimg/admission-banner.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb a,
.breadcrumb li {
    color: #fff !important;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

.text-group {
    height: auto;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.admission-title {
    font-size: 16px;
    color: #151515;
    font-weight: 500;
}

.admission-desc {
    font-size: 13px;
    color: #383838;
    font-weight: 400;
}

.grey-text-group {
    background: #f5f6f6;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.doc-grey-bg {
    background: #f5f6f6;
}

.doc-title {
    font-size: 15px;
    color: #151515;
    font-weight: 500;
}

.doc-desc {
    font-size: 13px;
    color: #383838;
    font-weight: 400;
    height: 100px;
    overflow-y: auto;
    margin: 0px;
}

.whit-bg {
    background: #fff;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 15px 20px;
    margin-right: 18px;
}

.note-style li {
    list-style-type: disc;
}

.note-style {
    padding-left: 16px;
}

.admission-btn {
    background: #fff;
    background: #891212;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
    height: 40px;
    transition: all linear .3s;
    border: 0px;
}

.admission-btn:hover,
.admission-btn:active,
.admission-btn:focus {
    background: #ffffff;
    color: #891212;
    border-color: #891212;
    border: 1px solid #891212;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.admission-btn:not(:disabled):not(.disabled).active,
.admission-btn:not(:disabled):not(.disabled):active,
.show>.admission-btn.dropdown-toggle {
    background: #ffffff;
    color: #891212;
    border-color: #891212;
    border: 1px solid #891212;
}

.admission-white-btn {
    background: #ffffff;
    border: 1px solid #891212 !important;
    color: #891212;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
    height: 40px;
    transition: all linear .3s;
    border: 0px;
}

.admission-white-btn:hover,
.admission-white-btn:active,
.admission-white-btn:focus {
    background: #891212;
    color: #ffffff;
    border-color: #891212;
    border: 1px solid #891212;
}

.admission-white-btn:not(:disabled):not(.disabled).active,
.admission-white-btn:not(:disabled):not(.disabled):active,
.show>.admission-white-btn.dropdown-toggle {
    background: #891212;
    color: #ffffff;
    border-color: #891212;
    border: 1px solid #891212;
}

@media (max-width: 767px) {
    .btns-groups {
        margin-top: 20px;
    }
    .add-need-sp-mob {
        padding: 0px !important;
    }
    .mono-sec {
        display: block !important;
    }
    .whit-bg {
        width: 100%;
        margin-bottom: 15px;
    }
    .grey-text-group {
        margin-top: 20px;
    }
    .need-sp-mob {
        margin: 0px !important;
    }
}

@media (max-width: 991px) {
    .title {
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .doc-title {
        font-size: 12px;
    }
    .doc-desc {
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .flex-sec {
        display: flex;
        align-items: center;
    }
}