a,
body {
    color: #707070;
}
.footer_link img,
.form-mainbox .btn_submit,
.highlights .service_name,
.pl-reimaging_innerlist,
.top_btn {
    transition-duration: 0.3s;
}
#myBtn,
.header {
    position: fixed;
}
#myBtn,
img:focus {
    outline: 0;
}
.admission_text a,
.main-navigation ul li a,
.reg-btn,
.table a,
a:focus,
a:hover,
footer a {
    text-decoration: none;
}
@font-face {
    font-family: Raleway-Black;
    src: url(../css/font/Raleway-Black.ttf);
}
@font-face {
    font-family: Raleway-ExtraBold;
    src: url(../css/font/Raleway-ExtraBold.ttf);
}
@font-face {
    font-family: Raleway-Bold;
    src: url(../css/font/Raleway-Bold.ttf);
}
@font-face {
    font-family: Raleway-Medium;
    src: url(../css/font/Raleway-Medium.ttf);
}
@font-face {
    font-family: Raleway-Regular;
    src: url(../css/font/Raleway-Regular.ttf);
}
@font-face {
    font-family: Montserrat-Black;
    src: url(../css/font/Montserrat-Black.ttf);
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(../css/font/Montserrat-Bold.ttf);
}
@font-face {
    font-family: Montserrat-Medium;
    src: url(../css/font/Montserrat-Medium.ttf);
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(../css/font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../css/font/Montserrat-SemiBold.ttf);
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    overflow-x: hidden;
    font-family: Raleway-Regular;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a:focus,
a:hover {
    color: #2b2b2b;
    outline: 0;
}
.main-area ol li,
.main-area ul li {
    margin-bottom: 15px;
}
ol,
ul {
    padding-left: 0;
    margin-bottom: 0;
}
ul li {
    list-style: none;
}
.section-heading {
    color: #000;
    font-family: Montserrat-Regular;
    font-size: 30px;
    padding: 0 0 35px;
    line-height: normal;
}
.program-section .section-heading span,
.section-heading span {
    font-family: Montserrat-Bold;
    color: #224c2a;
}
.header {
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 77;
}
.header-top {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}
#myBtn,
.loader,
.main-navigation ul .contact a::after,
.nav-triggerr,
.registration-btn,
.registration-btn a {
    display: none;
}
.top_leftbox {
    padding: 18px 0;
}
.main-navigation,
.thankyou_button {
    text-align: center;
}
.main-navigation ul li {
    display: inline-block;
    color: #000;
    padding: 10px 10px 6px;
    border-radius: 0 0 12px 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.main-navigation ul li a {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-family: Raleway-Medium;
    position: relative;
}
.main-navigation ul li.active a,
.main-navigation ul li:hover a {
    color: #5cc043;
    font-family: Raleway-ExtraBold;
}
.main-navigation ul li.active a::after,
.main-navigation ul li:hover a::after {
    content: "";
    height: 2px;
    width: 70%;
    position: absolute;
    bottom: -5px;
    left: 0;
    margin: 0 auto;
    background-color: #5cc043;
}
.top_btn {
    padding: 8px 15px;
    background-color: #5cc043;
    border-radius: 90px;
    float: right;
    position: relative;
    bottom: 0;
    margin: 20px 20px 0 0;
}
.top_btn:hover {
    background-color: #0a1622;
}
.main {
    margin-top: 80px;
}
.main-navigation ul .contact a {
    background-color: #224c2a;
    color: #fff !important;
    border-radius: 15px;
    padding: 5px 20px;
}
.banner_section {
    padding: 0;
}
.banner_box {
    background-image: url(../images/banner-img.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 25px 0;
    min-height: 590px;
    width: 100%;
}
.banner_text {
    font-family: Montserrat-Black;
    color: #fff;
    font-size: 43px;
    line-height: 54px;
}
.banner_admission {
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    font-family: Montserrat-SemiBold;
    padding: 30px 0;
}
.admission_no span,
.form-box select,
.form-label,
.form-mainbox .btn_submit,
.form-mainbox .form-heading,
textarea {
    font-family: Montserrat-Medium;
}
.banner_admission span,
footer a:hover {
    color: #e3c70c;
}
.form {
    margin-top: 20px;
}
.form-mainbox .form-heading {
    color: #000;
    font-size: 30px;
    margin: 0 0 33px;
    text-align: center;
    font-weight: 900;
}
.form-mainbox {
    box-shadow: 20px 15px 86px rgb(34 76 42 / 27%);
    padding: 30px 45px 10px;
    background-color: #fff;
    border-radius: 41px;
}
.form-box {
    position: relative;
    margin: 0 0 30px;
}
.form-label {
    background-color: #fff;
    position: absolute;
    top: -12px;
    left: 20px;
    color: #707070;
    padding: 0 2px;
    font-size: 13px;
    margin: 0;
}
.about-content-mainbox,
.admission_mainbox_after,
.prog-box,
.prog-content {
    position: relative;
}
.form-box select,
textarea {
    background-color: #fff;
    width: 100%;
    border: 1px solid #e4e4e4;
    line-height: normal;
    padding: 15px;
    border-radius: 5px;
    color: #707070;
    font-size: 12px;
}
.form-control {
    background: no-repeat padding-box #fff;
    border: 0.5px solid #e4e4e4;
    border-radius: 7px;
    height: 45px;
}
select.form-control {
    background: url("../images/dropdown.png") 97% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #707070;
}
.form-mainbox .btn_submit {
    background-color: #224c2a;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    border: 1px solid;
    padding: 5px 30px;
    font-weight: 800;
}
.form-mainbox .btn_submit:hover {
    background-color: #fff;
    color: #224c2a;
    border: 1px solid #224c2a;
}
input:-internal-autofill-selected {
    background-color: #ffff;
}
.loader {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #224c2a;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: 1s linear infinite spin;
    margin-left: 10px;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loading {
    background-color: #ccc;
    pointer-events: none;
}
.about-section {
    padding: 50px 0 0;
}
.about-content-mainbox::after {
    content: "";
    position: absolute;
    background-image: url(../images/wave.png);
    background-repeat: no-repeat;
    top: -40px;
    right: 30px;
    width: 45px;
    height: 67px;
    transform: rotate(90deg);
}
.about-section .section-heading span,
.date-section .section-heading span,
.whyssca-section .section-heading span {
    color: #224c2a;
}
.about-subheading {
    font-family: Raleway-Bold;
    font-size: 20px;
    padding: 0 0 25px;
    line-height: 25px;
}
.about-text,
.prog-box p,
.prog-content p,
.whyssca-section .custom-list li {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.about-text {
    color: #000;
}
.program-section {
    margin: 70px 0;
    background: #5cc0433b;
    padding: 50px 0;
}
.prog-box p {
    color: #fff;
}
.prog-content p {
    color: #000;
}
.program-section .section-heading {
    color: #000;
    padding: 0 0 20px;
}
.prog-box {
    padding: 50px 65px 50px 45px;
    background: #5cc043;
    z-index: 1;
}
.prog-content {
    padding: 50px 55px 38px;
    background: #fff;
    z-index: 1;
    margin: 0 0 0 -50px;
}
.prog-section-title h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.spec-list {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}
.spec-list img {
    width: 80px;
    height: 80px;
}
.spec-list .text {
    padding: 15px 30px;
    color: #fff;
    text-align: left;
}
.spec-list .nd-icon1 {
    width: 95px;
    height: 95px;
}
.objective-section {
    padding: 45px 0;
}
.objective-box {
    max-width: 97%;
    color: #000;
}
.objective-box .heading {
    font-family: Raleway-Bold;
    font-size: 20px;
    padding: 30px 0 10px;
}
.objective-box .note {
    line-height: 16px;
    font-size: 12px;
    padding: 8px 0;
}
.objective-img img {
    width: 30%;
    height: 113px;
}
.admission {
    margin: 50px 0;
}
.admission_listbox {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}
.admission_no {
    font-size: 48px;
    padding: 0 0 30px;
    font-family: Montserrat-Black;
    color: #5cc043;
}
.admission_no span {
    font-size: 48px;
    color: #000;
}
.admission_list {
    padding: 0 30px 0 0;
    max-width: 310px;
}
.admission_mainbox_after::after {
    content: "";
    position: absolute;
    background-image: url(../images/ap-arrow1.jpg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: inherit;
    right: -10px;
    top: 4px;
    height: 150px;
    width: 58px;
}
.admission_text {
    width: 90%;
    text-align: center !important;
    color: #000;
}
.key_text,
.pl-reimaging_list,
.research_text,
.testi_content,
.testi_img,
.thankyoutext,
table th {
    text-align: center;
}
.opportunities-section {
    background-color: #5cc043;
    color: #fff;
    padding: 80px 0;
}
.opportunities-section .section-heading {
    padding: 0 0 35px;
}
.opportunities-section .section-heading span {
    color: #fff;
}
.opportunities-mainbox {
    display: flex;
    align-items: flex-start;
}
.opportunities-list {
    border: 1px solid #fff;
    height: 190px;
    padding: 20px;
    margin: 20px 10px;
}
.whyssca-section,
footer {
    padding: 60px 0 0;
}
.opportunities-list img {
    max-width: 60px;
    min-height: 60px;
}
ul.custom-list {
    max-width: 94%;
    padding: 10px 0 0;
}
.whyssca-section .custom-list li {
    position: relative;
    margin-bottom: 25px;
    color: #000;
    padding: 0 30px;
}
.custom-list li::before {
    content: "";
    position: absolute;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    top: 5px;
    left: 0;
}
.custom-list-white li::before {
    background-image: url(../images/tick-white.png);
}
.reg-section {
    padding: 80px 0 50px;
}
.registration-mainbox {
    background: no-repeat padding-box #5cc043;
    color: #fff;
    box-shadow: rgb(0 0 0 / 45%) 0 80px 70px -85px;
}
.reg-btn,
.table a:hover {
    color: #5cc043;
}
.reg-contentbox {
    padding: 100px 20px 100px 70px;
}
.reg-heading {
    font-family: Montserrat-Bold;
    font-size: 30px;
    padding: 0 0 10px;
}
.reg-text {
    font-family: Montserrat-Medium;
    font-size: 16px;
}
.reg-btn,
.reg-subheading {
    font-family: Montserrat-Bold;
}
.reg-subheading {
    font-size: 20px;
}
.reg-btn {
    background-color: #fff;
    border-radius: 7px;
    padding: 10px 30px;
    box-shadow: 0 6px 18px #00000057;
}
.reg-imgbox img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.date-section {
    padding: 80px 0 70px;
}
table,
td,
th,
tr {
    border-collapse: separate;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
}
td,
th,
tr {
    border: 1px solid #8888884d;
}
table th {
    color: #fff;
    background: linear-gradient(180deg, rgb(34 76 42) 0, rgb(34 75 41 / 89%) 26%, rgb(34 76 42 / 74%) 100%);
}
.table-striped > tbody > tr:nth-of-type(2n) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent;
    color: var(--bs-table-striped-color);
}
.table a {
    color: #08ab9d;
}
.eligibility-box {
    display: flex;
    gap: 40px;
    justify-content: left;
}
.eligibility-box p {
    padding: 6px 30px;
    background-color: #00000054;
}
.key_text {
    color: #000;
    padding: 10px 0;
    font-weight: 700;
}
.highlights .service_list {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 270px;
    background-color: #000;
    position: relative;
    margin: 15px -4px;
}
.highlights .service_name {
    font-family: Montserrat-Regular;
    color: #fff;
    display: flex;
    justify-content: end;
    flex-direction: column;
    float: left;
    width: 100%;
    position: absolute;
    font-size: 14px;
    padding: 10px 20px;
    bottom: 0;
    background-color: #5cc043d6;
    align-items: center;
}
.highlights .service_list:hover .service_name {
    background-color: #5cc043be;
    color: #fff;
}
#pl-highlights {
    background-color: #5cc0433b;
    width: 100%;
    max-height: 275px;
}
.pl-highlights .heading {
    font-family: Montserrat-Medium;
    font-size: 40px;
    color: #000;
    text-align: center;
    padding: 60px 0 40px;
}
.pl-highlights .heading span {
    font-family: Montserrat-Black;
    color: #224c2a;
}
.pl-reimaging_list {
    float: left;
}
.pl-reimaging_innerlist {
    float: left;
    width: 100%;
    margin: 2px 0 20px;
    padding: 20px 0;
    border: 2px solid #5cc043;
    height: 250px;
}
.pl-reimaging_innerlist:hover {
    margin: 0 0 2px;
    border: 1px solid #5cc043;
    transition-duration: 0.3s;
    box-shadow: 0 10px 10px #ececec;
}
.pl-reimaging_icon {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.pl-reimaging_icon img {
    max-width: 80px;
}
.pl-reimaging_text {
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    font-family: Montserrat-Medium;
    color: #000;
}
.pl-reimaging_text span {
    float: left;
    width: 100%;
    font-size: 12px;
    text-transform: capitalize;
    color: #000;
    font-family: Montserrat-Regular;
    padding: 0 15px;
}
.pl-reimaging_text p,
footer,
footer a {
    font-family: Montserrat-Medium;
}
.pl-reimaging_text p {
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    padding-top: 20px;
}
.pl-reimaging_text .num-txt {
    margin: -97px 0 0 60px;
    font-size: 35px;
}
.recruiters_section {
    padding: 190px 0 70px;
}
.rec_mainbox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.rec_listing img {
    max-width: 200px;
}
.recruiter-section .item {
    padding: 8px;
    border-radius: 27px;
    border: 1px solid #fff;
    max-width: 100%;
    margin: 0 auto;
    height: 110px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}
.research_mainbox {
    position: relative;
    margin: 0 0 20px;
}
.research_text {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
}
.testi_box {
    float: left;
    width: 100%;
    padding: 50px 40px 30px;
}
.testi_box_inner {
    float: left;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 20px #ccc;
    width: 100%;
}
.testi_img {
    float: left;
    width: 100%;
    margin: -60px 0 20px;
}
.testi_img img {
    max-width: 140px;
    width: auto;
    margin: 0 auto;
    border-radius: 160px;
    border: 1px solid #5cc043;
    padding: 5px;
}
.testi_student_name {
    color: #5cc043;
    font-weight: 700;
    font-size: 17px;
    margin: 20px 0 10px;
    text-transform: uppercase;
}
.testi_content {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: normal;
    color: #000;
}
footer {
    background-color: #224c2a;
    color: #fff;
    width: 100%;
    float: left;
}
footer a {
    color: #fff;
    line-height: 24px;
    font-size: 12px;
}
.footer_content {
    font-size: 14px;
    font-family: Montserrat-Regular;
}
.footer-contact {
    font-size: 15px;
    font-family: Montserrat-SemiBold;
}
.footer_heading {
    font-family: Montserrat-Bold;
    font-size: 18px;
    padding: 0 0 20px;
}
.footer_list {
    border-right: 1px solid #fff;
    padding: 20px 40px 0;
    min-height: 150px;
}
.footer_list:first-child {
    padding: 20px 20px 0 0;
}
.footer_list:last-child {
    border-right: none;
}
.footer_box1 {
    float: left;
    width: 32%;
}
.footer_box1 a {
    margin: 0 10px 0 0;
}
.footer_box2 {
    float: left;
    width: 36%;
}
.footer_link img:hover {
    margin: -4px 0 0;
}
.made_by_text {
    padding: 19px 0;
    display: block;
}
#myBtn {
    bottom: 0;
    right: 15px;
    z-index: 99;
    border: none;
    background-color: #5cc043;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.5;
    height: 40px;
    width: 40px;
}
#myBtn:hover {
    opacity: 1;
}
.thankyoutext {
    padding: 50px;
}
.thankyou_button .banner-btn {
    font-family: Montserrat-Black;
    font-size: 28px;
    width: 86%;
    padding: 40px;
    color: #5cc043;
    text-decoration: none;
}
.thankyou_banner_section {
    padding: 150px 0 120px;
}
.btn_tysubmit a,
.ty_btn {
    font-family: Montserrat-Bold;
    padding: 8px 20px;
    color: #fff;
    text-transform: 0.4s;
    text-decoration: none;
}
.ty_btn {
    background: linear-gradient(113deg, #224c2a 0, #224c2aa1 100%);
    border-radius: 20px;
}
.btn_tysubmit a:hover,
.ty_btn:hover {
    text-decoration: none;
    color: #5cc043;
    background: #fff;
    border: 1px solid #5cc043;
}
.btn_tysubmit a {
    background: linear-gradient(113deg, #5cc043 0, #5cc043a1 100%);
    border-radius: 20px;
}
@media screen and (max-width: 1200px) {
    .main-navigation ul li {
        padding: 10px 6px 6px;
    }
    .main-navigation ul li a {
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    .main-navigation ul li {
        padding: 10px 4px 6px;
    }
    .process_content {
        max-width: 75%;
    }
    .prcess_list,
    .prcess_list.last_list {
        width: 25%;
    }
    .reg-heading {
        font-size: 24px;
    }
    ul.custom-list {
        max-width: 94%;
    }
    .reg-contentbox {
        padding: 50px 20px 50px 50px;
    }
    .medical .prcess_list {
        width: 100%;
        float: left;
        margin: 0 0 20px;
        min-height: auto;
    }
    .medical .process_content {
        min-height: auto;
        padding: 20px 0;
        text-align: left;
        max-width: 100%;
    }
    .highlights .service_name {
        font-size: 14px;
    }
    .prcess_list.last_list .process_content {
        padding: 10px 20px;
    }
    .admission_no,
    .admission_no span {
        font-size: 32px;
    }
    .admission_text {
        font-size: 16px;
        text-align: center !important;
        width: 100%;
    }
    .admission_list {
        padding: 20px 0;
        width: inherit;
        border-bottom: 1px dashed #000 !important;
    }
    .admission_listbox {
        flex-direction: column;
        text-align: center !important;
        align-items: center;
    }
    .admission_mainbox_after::after {
        background-image: none;
    }
    .banner_box {
        background-image: url(../images/banner-img.png) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0;
        min-height: 215px !important;
    }
    .banner-form-wrap {
        padding-top: 0;
    }
    .banner-form {
        margin-top: -18px;
    }
    .banner-form form {
        padding: 4px 20px 9px;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
    .spec-list .text {
        padding: 15px 20px;
        color: #fff;
        text-align: left;
        font-size: 14px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0;
        min-height: 451px !important;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .medical .process_list_mainbox {
        float: left;
        width: 100%;
        display: block;
    }
    .medical .prcess_list {
        width: 20%;
        float: left;
        margin: 0 0 40px;
        min-height: 272px;
    }
    .medical .process_content {
        padding: 60px 36px 60px 20px;
        max-width: 70%;
        text-align: end;
        font-size: 17px;
        min-height: 245px;
    }
    .medical .prcess_list.last_list {
        background-image: url(../images/process_bg2.png);
        background-position: 92% 100%;
    }
    .admission {
        font-size: 20px;
        font-weight: 700;
    }
    .bold-content {
        font-size: 33px;
    }
    .form-heading {
        font-size: 20px;
    }
    .about-text {
        font-size: 17px;
    }
    .form-box_footer {
        margin: 0 0 15px;
    }
    .opportunities-list img {
        min-height: 65px;
    }
    .admission_no,
    .admission_no span {
        font-size: 32px;
    }
    .admission_text,
    .footer_content {
        font-size: 16px;
    }
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0;
        min-height: 351px !important;
    }
    .banner-form {
        margin-top: -20px;
    }
    .banner-form form {
        padding: 4px 20px 9px;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
    .footer_box1 {
        width: 35%;
    }
    .footer_box2 {
        float: left;
        width: 30%;
    }
    .footer_heading {
        font-size: 22px;
    }
    .opportunities-list {
        height: 190px;
    }
    .opportunities-list .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 992px) {
    .top_leftbox {
        width: 90%;
    }
    .nav-trigger {
        display: block;
        right: 20px;
        cursor: pointer;
        height: 22px;
        width: 28px;
        padding: 0;
        opacity: 1;
        position: absolute;
        top: 28px;
        -webkit-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        z-index: 999;
    }
    .nav-trigger .bars {
        background-color: #ec1b24;
        height: 4px;
        margin-bottom: 5px;
        width: 100%;
        -webkit-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
    }
    .nav-trigger .bars:last-child {
        margin-bottom: 0;
    }
    .main-menu--open .bars:first-child {
        -webkit-transform: translateY(8px) rotate(136deg);
        transform: translateY(8px) rotate(136deg);
    }
    .main-menu--open .bars:nth-child(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .main-menu--open .bars:last-child {
        -webkit-transform: translateY(-10px) rotate(-136deg);
        transform: translateY(-10px) rotate(-136deg);
    }
    .main-menu--open .nav-trigger .bars {
        background-color: #fff;
    }
    .main-navigation ul {
        width: 90%;
        max-width: 380px;
        margin: 60px auto 30px;
        text-align: left;
        display: block;
    }
    .main-navigation ul li {
        display: block;
        border-radius: 0;
        border-bottom: 1px solid #fff;
    }
    .main-menu--open .main-navigation {
        opacity: 1;
        pointer-events: auto;
    }
    .main-navigation ul li a,
    .main-navigation ul li:hover a {
        color: #fff;
    }
    .main-navigation {
        background-color: #707070e3;
        height: 100%;
        left: 0;
        top: 0;
        overflow-y: auto;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 99;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
        border-top: 1px solid #fff;
    }
    .prcess_list,
    .prcess_list.last_list {
        background-image: none;
        width: 100%;
    }
    .admission_mainbox_after::after,
    .medical .prcess_list.last_list {
        background-image: none;
    }
    .medical .prcess_list.last_list .process_content {
        max-width: 100%;
        padding: 0;
    }
    .process_content {
        padding: 10px 20px;
        max-width: 100%;
        text-align: left;
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .medical .process_content {
        min-height: auto;
        padding: 0;
        text-align: left;
        max-width: 100%;
    }
    .registration-btn,
    .ty-registration-btn {
        display: block;
        overflow: hidden;
        background-color: #224c2a;
        color: #fff;
        position: fixed !important;
        bottom: 0;
        z-index: 999999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto;
        border-radius: 0;
        left: 0;
        font-family: Montserrat-SemiBold;
        padding: 5px;
    }
    .admission_listbox,
    .prog-content,
    .program-section {
        margin: 0;
    }
    .registration-btn a,
    .ty-registration-btn a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        align-items: center;
    }
    .pl-highlights .heading,
    .section-heading,
    .section-heading span {
        padding-bottom: 20px;
        font-size: 30px;
    }
    .research_text {
        color: #000;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 60%;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0;
        min-height: 600px !important;
        background-color: #fff;
    }
    .banner-form {
        margin: 580px auto 0;
    }
    .footer_box1,
    .footer_box2 {
        width: 100%;
    }
    .footer_list {
        border-right: none;
        min-height: auto;
        margin: 0 0 30px;
        padding: 0;
        text-align: center;
    }
    .footer_list:first-child {
        padding: 0;
    }
    .objective-section {
        padding: 20px 0 0;
    }
    .objective-content {
        margin-bottom: 20px;
    }
    .opportunities-list .text {
        font-size: 14px;
    }
    .opportunities-list {
        height: 190px;
    }
    #pl-highlights {
        width: 100%;
        max-height: 100%;
    }
    .recruiters_section {
        padding: 50px 0 70px;
    }
}
@media screen and (max-width: 768px) {
    .prcess_list.last_list .process_content,
    ul.custom-list {
        max-width: 100%;
    }
    .admission,
    .bold-content {
        color: #fff;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0;
        min-height: 451px !important;
        background-color: #fff;
    }
    .medical .banner-section {
        background-image: none;
        background-color: #ec1b24;
    }
    .about-content-mainbox::after,
    .banner-section::before {
        display: none;
    }
    .banner-text {
        color: #fff;
        padding: 10px 0;
    }
    .form-mainbox {
        padding: 20px;
    }
    .about-imgbox {
        margin: 0 0 20px;
    }
    .program-section .section-heading {
        padding: 0 0 25px;
    }
    .tabs-wrapper .tab-content {
        margin: 20px 0;
    }
    .nav-item,
    .nav-pills .nav-link {
        width: 100%;
    }
    .process_list_mainbox {
        display: block;
        padding: 0;
    }
    .opportunities-list {
        padding: 20px;
        width: 40%;
        border: 1px solid #fff;
        height: 190px;
        margin: 20px 10px;
    }
    ul.custom-list {
        padding: 0;
    }
    .reg-section {
        padding: 0 0 50px;
    }
    .reg-contentbox {
        padding: 30px 20px;
    }
    .reg-imgbox img {
        position: relative;
    }
    .reg-heading {
        line-height: 40px;
    }
    .eligibility-box {
        display: flex;
        gap: 0;
        justify-content: center;
        flex-direction: column;
    }
    .admission {
        margin: 0;
    }
    .research_text {
        left: 80%;
    }
    .banner-form {
        margin: 460px auto 0;
    }
    .opportunities-list .text {
        font-size: 18px;
    }
    .prog-box {
        padding: 25px;
    }
}
@media screen and (max-width: 580px) {
    .research_text {
        color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 70%;
    }
    .banner-form {
        margin: 285px auto 0;
    }
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
    .footer-links strong {
        font-size: 16px !important;
        line-height: 12px !important;
    }
    .footer-links h1 {
        color: #fff;
        font-size: 11px !important;
        margin-top: 10px !important;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 260px !important;
        background-color: #eceff7;
    }
    .opportunities-list {
        padding: 10px 0;
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
    .banner-form {
        margin: 210px auto 0;
    }
    .thankyou_button {
        text-align: center;
        font-size: 12px;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 201px !important;
        background-color: #fff;
    }
    .top_leftbox {
        width: 85%;
    }
    .form-control {
        display: block;
        width: 93%;
    }
    .prog-section-title h4 {
        font-size: 24px;
    }
    .prog-box {
        padding: 50px 35px;
    }
    .prog-content {
        padding: 20px;
        margin: 0;
    }
}
