@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;
    color: #707070;
    font-weight: 400;
    overflow-x: hidden;
    font-family: Raleway-Regular;
}

img {
    max-width: 100%;
    height: auto;
}

img:focus {
    outline: none;
}

a {
    color: #707070;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #2B2B2B;
    outline: none;
}

.main-area ul li,
.main-area ol li {
    margin-bottom: 15px;
}

ul,
ol {
    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 0;
    line-height: normal;
}

.section-heading span {
    font-family: Montserrat-Bold;
    color: #E32323;
}

.main-navigation ul li {
    padding: 10px 3px 6px;
}

/******  Header Starts ****/

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 77;
}

.header-top {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.top_leftbox {
    padding: 18px 0;
}

.main-navigation {
    text-align: center;
}

.main-navigation ul li {
    display: inline-block;
    color: #000;
    padding: 10px 10px 6px;
    border-radius: 0 0 12px 12px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.main-navigation ul li a {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-decoration: none;
    font-family: Raleway-Medium;
    position: relative;
}

.main-navigation ul li:hover a,
.main-navigation ul li.active a {
    color: #EC1B24;
    font-family: Raleway-ExtraBold;
}

.main-navigation ul li:hover a::after,
.main-navigation ul li.active a::after {
    content: "";
    height: 2px;
    width: 70%;
    position: absolute;
    bottom: -5px;
    left: 0;
    margin: 0 auto;
    background-color: #EC1B24;
}

.nav-triggerr {
    display: none;
}

.top_btn {
    padding: 8px 15px;
    background-color: #A40000;
    border-radius: 90px;
    float: right;
    transition-duration: 0.3s;
    position: relative;
    bottom: 0;
    margin: 20px 20px 0px 0px;
}

.top_btn:hover {
    background-color: #0A1622;
}

.main {
    margin-top: 80px;
}

.registration-btn{
    display: none;
    /* background-color: #E32323;
    border-radius: 20px;
    text-decoration:none;
    padding: 8px 0px;
    color:#ffffff;
    text-align: center; */
    }

.registration-btn a{
    display:none;
    /* color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat-SemiBold'; */
}

/******  Header Ends ****/

/* =========== Banner Section Start ============ */

#banner{
    margin: 0 !important;
}
.banner_section{
    padding: 0;
}
.banner_box {
    background-image: url(../images/banner-img.webp);    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #a6c94540;
    padding: 25px 0;
    min-height: 600px;
    width: 100%;
}

 .home_banner_slider {
    float: left;
    width: 100%;
    min-height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #050a10;
}
.banner-content h1,
.banner-content h3 {
    color: #fff;
    font-family: montserrat_regular;
} 

 .banner-content h1 span {
    color: #e32323;
    font-family: montserrat_black;
}
.banner4-content{
    margin-left:-30px !important;
}
.heading_banner {
    color: #FFF;
    font-size: 26px;
    line-height: 30px;
}

.heading_banner1 {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

.heading_banner span {
    color: #e32323;
    font-weight: 700;
}

.banner-content ul {
    margin: 15px 0 0 0;
    padding: 0;
}

.banner-form {
    max-width: 360px;
    position: relative;
    background-color: #e32323;
    box-shadow: 20px 15px 86px rgb(227 35 35 / 26%);
    border-radius: 40px;
    z-index: 1;
}

 .banner-form form {
    z-index: 2;
    position: relative;
    padding: 10px 20px 30px 20px
}

.banner-form h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
}



 .banner-form lable,
.tab-content h5,
.tab-content h6,
a.submit_btn {
    color: #fff
} 

textarea.form-control {
    resize: none
}

.banner-form select.form-control {
    background: url("../images/arrow1.png") 97% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #a8a8a8;
    cursor: pointer
}

.form-control::placeholder {
    color: #a8a8a8;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #a8a8a8;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #a8a8a8;
    opacity: 1
}

.banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 20px
} 

.banner-form .form-control {
    font-size: 12px;
    line-height: 18px;
    border-radius: 4px;
    height: auto;
    min-height: auto;
    padding: 8px;
    max-height: 60px;
    margin:0 0 10px 0;
}
.mobile_view {
    display: none;
}
.btn_submit {
    padding: 9px 25px;
    color: #fff !important;
    font-weight: 500;
    border: 2px solid;
    border-radius: 25px;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    background: linear-gradient(113deg, #e32323 0, #e32323a1 100%);   
    font-family: Montserrat-SemiBold;
}

.btn_submit:hover{
    text-decoration: none;
    color: #e32323 !important;
    background: #fff !important;
    border: 2px solid #e32323 !important;
}

select {
  color: #9e9e9e;
}
option:not(:first-of-type) {
  color: black;
}

.loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #e32323; 
    border-radius: 50%; 
    width: 15px; 
    height: 15px; 
    animation: spin 1s linear infinite; 
    margin-left: 10px; 
} 

@keyframes spin { 
    0% { 
        transform: rotate(0deg); 
    } 
  
    100% { 
        transform: rotate(360deg); 
    } 
} 
  
.loading { 
    background-color: #ccc; 
    pointer-events: none; 
}
  
/* banner section end */

/* about section start */

.about-section {
    padding: 50px 0 0 0;
}

.about-content-mainbox {
    position: relative;
}

.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 {
    color: #E32323;
}

.about-subheading {
    font-family: Raleway-Bold;
    font-size: 20px;
    padding: 0 0 25px 0;
    line-height: 25px;
}
.about-text{
    color: #000;
    font-size: 20px;
    line-height: 30px;
}

/* about section end */


/* program section start */

.program-section {
    background-image: url(../images/program_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 80px 0;
    color: #FFF;
}
.program-section p{
    font-size: 20px;
    line-height: 30px;
}

.program-section .section-heading {
    color: #FFF;
    padding: 0 0 20px 0;
}
.program-section .section-heading span {
    font-family: Montserrat-Bold;
    color: #fff;
}
.nav-pills .nav-link {
    background-color: transparent;
    color: #FFF;
    padding: 5px 30px;
    border-radius: 0;
    font-family: Raleway-Bold;
    border: 1px solid #FFF;
    width: 300px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #E32323;
    background-color: #FFF;
}

.tabs-wrapper .nav {
    justify-content: center;
}

.tabs-wrapper .tab-content {
    text-align: left;
    margin: 90px 0;
}

.tabs-wrapper .tab-content a {
    text-decoration: none;
    color: #FFF;
}
ul.custom-list {
    max-width: 94%;
    padding: 10px 0 0 0;
}

.program-section .custom-list li {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #fff;
}

/* program section end */


/* objective section start */

.objective-section {
    padding: 80px 0 0 0;
}

.objective-box {
    max-width: 97%;
    color: #000;
}

.objective-box .heading {
    font-family: Raleway-Bold;
    font-size: 20px;
    padding: 30px 0 10px 0;
}

.objective-box .note {
    line-height: 16px;
    font-size: 12px;
    padding: 8px 0;
}
/* objective section end */

/* ADMISSION PROCESS START */

.admission_listbox {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.admission_no {
    font-size: 48px;
    padding: 0 0 30px 0;
    font-family: Montserrat-Black;
    color: #c10200;
}
.admission_no span {
    font-size: 48px;
    /* padding: 0 0 30px 0; */
    font-family: Montserrat-Medium;
    color: #000;
}

.admission_list {
    padding: 0 30px 0 0;
    max-width: 310px;
}

.admission_text a {
    text-decoration: none;
}
.admission_mainbox_after {
    position: relative;
}
.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: 0px;
    top: 0;
    height: 150px;
    width: 58px;
}
.admission_text{
    width: 90%;
    text-align: center !important;
    color: #000;
}
/* ADMISSION PROCESS END */

/* Opportunities section start */

.opportunities-section {
    background-color: #E32323;
    color: #FFF;
    padding: 80px 0;
}

.opportunities-section .section-heading {
    padding: 0 0 35px 0;
}

.opportunities-section .section-heading span {
    color: #FFF;
}

.opportunities-mainbox {
    display: flex;
    align-items: flex-start;
}

.opportunities-mainbox.list-box {
    margin: 30px 0 0 0;
}

.opportunities-list {
    width: 25%;
}

.opportunities-list .text {
    padding: 15px 30px;
}

.opportunities-list img {
    max-width: 60px;
    min-height: 60px;
}
/* Opportunities section end */

/* about_us_section_start*/

.about_us_section{
    display: block;
    padding: 40px 0 40px 0;
    width: 100%;
    float: left;
  }
.about_us_section .about_us_left{
  padding: 40px 30px 40px 30px;
  background: #c10200;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about_us_left h3{
    font-family: Montserrat-Bold;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 45px;
}
.about_us_left p{
    font-family: Montserrat-Regular;
    font-size: 15px;
    padding: 20px 0px 0px 0px;
}
.about_us_right{
    padding: 0 0 0 25px;
}
.about_us_right_box{
    text-align: center;
    padding: 0 0 25px 0;
    transition-duration: 0.4s;
}
.about_us_right_box:hover img{
    filter: saturate(3);
}
.about_us_right_box:hover .about_icon_box{
    background: rgba(255, 85, 85, 0.09);
    transition-duration: 0.4s;
}
.about_us_right_box .about_icon_box{
    text-align: center;
    width: 70px;
    background: rgba(206, 18, 18, 0.1);
    border-radius: 50px;
    padding: 13px;
    margin: 0 auto;
}
.about_us_right_box h4{
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    padding: 20px 0 7px 0;
}
.about_us_right_box p{
    font-size: 14px;
    font-family: Montserrat-Regular;
}
.facilities_opportunities_sec{
    padding: 30px 0px 0px 0px;
}
.facilities_opportunities_sec .tab_heading {
    float: left;
    width: 100%;
  }
.facilities_opportunities_sec .tab_heading h3{
    background: #c10200;
    width: 380px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%);
    margin: 0px;
    font-family: Montserrat-SemiBold;
    float: right;
}
.facilities_opportunities_sec .about_us_right_box{
    margin-top: 30px;
    text-align: center;
    background: #fff;
    padding: 40px 30px 10px 30px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(55, 55, 63, 0.1);
    transition: 0.3s;
    transition: all ease-in-out 0.4s;
  }
  .facilities_opportunities_sec .about_us_right_box:hover{
    transform: translateY(-20px);
  }
/* about_us_section_end*/

/* wyh ssca section start */

.whyssca-section {
    padding: 60px 0 0;
}

.whyssca-section .section-heading span {
    color: #E32323;
}

ul.custom-list {
    max-width: 94%;
    padding: 10px 0 0 0;
}

.whyssca-section .custom-list li {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #000;
}

.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);
}
/* wyh ssca section send*/


/* registration section start  */

.reg-section {
    padding: 80px 0 50px 0;
}

.registration-mainbox {
    background: #E32323 0% 0% no-repeat padding-box;
    color: #FFF;
    box-shadow: rgb(0 0 0 / 45%) 0px 80px 70px -85px;
}

.reg-contentbox {
    padding: 100px 20px 100px 70px;
}

.reg-heading {
    font-family: Montserrat-Bold;
    font-size: 30px;
    padding: 0 0 10px 0;
}

.reg-text {
    font-family: Montserrat-Medium;
    font-size: 16px;
}

.reg-subheading {
    font-family: Montserrat-Bold;
    font-size: 20px;
}

.reg-btn {
    background-color: #FFF;
    border-radius: 7px;
    padding: 10px 30px;
    text-decoration: none;
    color: #E32323;
    font-family: Montserrat-Bold;
    box-shadow: 0px 6px 18px #00000057;
}

.reg-imgbox img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}


/* registration section end  */


/* date section start */

.date-section .section-heading span {
    color: #E32323;
}

.date-section {
    padding: 80px 0 70px 0;
}

table,
tr,
th,
td {
    border-collapse: separate;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
}

tr,
th,
td {
    border: 1px solid #8888884D;
}

table th {
    text-align: center;
    color: #FFF;
    background: rgb(163, 12, 19);
    background: linear-gradient(180deg, rgba(163, 12, 19, 1) 0%, rgba(176, 14, 21, 1) 26%, rgba(194, 17, 23, 1) 100%);
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    --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;
    text-decoration: none;
}

.table a:hover {
    color: #E32323;
}


/* date section end */


/* FOOTER START */

footer {
    background-color: #c10200;
    color: #FFF;
    padding: 60px 0 40px 0;
    font-family: Montserrat-Medium;
    width: 100%;
    float: left;
  }

footer a {
    color: #FFF;
    text-decoration: none;
    line-height: 24px;
    font-family: Montserrat-Regular;
    font-size: 14px;
}

footer a:hover {
    color: #E3C70C;
}
.footer_content{
    font-size: 15px;
    font-family: Montserrat-Regular;
}
.footer-contact{
    font-size: 15px;
    font-family: Montserrat-SemiBold;
}
.footer_heading {
    font-family: Montserrat-Bold;
    font-size: 20px;
    padding: 0 0 20px 0;
}

.footer_list {
    border-right: 1px solid #FFF;
    padding: 20px 40px 0 40px;
    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: 0px 10px 0 0;
}
.footer_box2 {
    float: left;
    width: 36%;
}

.footer_link img {
    transition-duration: 0.3s;
}

.footer_link img:hover {
    margin: -4px 0 0 0;
}

.made_by_text {
    padding: 19px 0;
    display: block;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
/* FOOTER END */


/* Medical technology page start */

.medical .banner-section {
    background-image: url(../images/banner2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60% 100%;
    position: relative;
}

.medical .process_list_mainbox {
    float: left;
    width: 100%;
    display: block;
}

.medical .prcess_list {
    width: 20%;
    float: left;
    margin: 0 0 40px 0;
    min-height: 270px;
}

.medical .process_content {
    padding: 60px 50px 60px 10px;
    max-width: 80%;
    text-align: end;
    font-size: 15px;
}

.medical .prcess_list.last_list {
    background-image: url(../images/process_bg2.png);
}

.medical .prcess_list.last_list .process_content {
    max-width: 85%;
    padding: 60px 36px 60px 30px;
}

.medical .opportunities-list .text {
    padding: 15px 15px;
}

.eligibility-box {
    display: flex;
    gap: 40px;
    justify-content: left;
}

.eligibility-box p {
    padding: 6px 30px;
    background-color: #00000054;
}

/*key heighlight start*/
.key_text {
    color: #000;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}
.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_bold;
    color: #fff;
    display: flex;
    justify-content: end;
    flex-direction: column;
    float: left;
    width: 100%;
    position: absolute;
    font-size: 17px;
    transition-duration: 0.3s;
    padding: 10px 20px;
    bottom: 0;
    background-color:#e3232385 ;    
    align-items: center;
  }
  .highlights .service_list:hover .service_name{
    /* background-color: #e3232385; */
    background-color: #e32323be;
    color: #fff;
  }
/*key heighlight end*/

/*research start*/
.research_mainbox {
    position: relative;
    margin: 0 0 20px 0;
}
.research_text {
    color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
}
/*research end*/

/* Medical technology page start */

/* ------TESTIMONIALS-SLIDER-START-------- */
.testi_box{
  float: left;
  width: 100%;
  padding: 50px 40px 30px 40px;
}
.testi_box_inner{
  float: left;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 0px 20px #ccc;
  width: 100%;
}
.testi_img{
  float: left;
  width: 100%;
  text-align: center;
  margin: -60px 0 20px 0;
}
.testi_img img{
  max-width: 140px;
  width: auto;
  margin: 0 auto;
  border-radius: 160px;
  border: 1px solid #e89295;
  padding: 5px;
}
.testi_student_name{
  color: #c52f33;
  font-weight: bold;
  font-size: 17px;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
}
.testi_content{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: normal;
  color: #000;
}

/* ------TESTIMONIALS-SLIDER-END-------- */

/* Top button start*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #c52f33;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.5;
    height: 40px;
    width: 40px;
}
#myBtn:hover {
    opacity: 1;
}
/* Top button ends*/

/*thankyou page start*/
.thankyoutext {
    text-align: center;
    padding: 50px;
}
.thankyou_button {
    text-align: center;
}
.thankyou_button .banner-btn {
font-family: Montserrat-Black;
font-size: 28px;
width: 86%;
padding: 40px;
color: #e32323;
text-decoration: none;
}
.thankyou_banner_section{
    padding: 150px 0 120px 0;

}
.ty_btn {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #e32323 0, #e32323a1 100%); 
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: 0.4s;
}
.ty_btn:hover {
    text-decoration: none;
    color: #e32323;
    background: #fff;
    border: 1px solid #e32323;
}
.btn_tysubmit a {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #e32323 0, #e32323a1 100%);
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-transform: 0.4s;
    text-decoration: none;
}
.btn_tysubmit a:hover {
    text-decoration: none;
    color: #e32323;
    background: #fff;
    border: 1px solid #e32323;
}

/*thankyou page end*/

/* Responsive Sections starts */
@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 6px 6px;
    }
    .main-navigation ul li a {
        font-size: 14px;
    }
    .process_content {
        max-width: 75%;
    }
    .prcess_list,
    .prcess_list.last_list {
        width: 25%;
    }
    .reg-heading {
        font-size: 24px;
    }
    ul.custom-list {
        max-width: 94%;
        /* padding: 40px 0 0 0; */
    }
    .reg-contentbox {
        padding: 50px 20px 50px 50px;
    }
    .medical .prcess_list {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
        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 span, .admission_no {
        font-size: 32px;
    }
    .admission_text {
        font-size: 16px;
        text-align: center !important;
        width: 100%;
    }
    .admission_list {
        padding: 20px 0 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.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0;
        min-height: 215px !important;
    }
    .banner-form-wrap {        
        padding-top: 0px
    } 
    .banner-form {
        margin-top: -18px;
    }
    .banner-form form {
        padding: 4px 20px 9px 20px;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
}

@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: contain;
        background-position: center;
        margin: 0;
        min-height: 215px !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 0;
        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%;
    }
    
    /*by rahul for bugs*/
    .admission {
    font-size: 20px;
    font-weight: bold;
    }
    .bold-content {
    font-size: 33px;
    }
    .form-heading {
    font-size: 20px;
    }
    .about-text {
    font-size: 17px;
    }
    /*footer::before {*/
    /*width: 64%;*/
    /*}*/
    .form-box_footer{
    margin: 0 0 15px 0;
    }
    .opportunities-list img {
    min-height: 65px;
    }
    .admission_no span, .admission_no {
        font-size: 32px;
    }
    .admission_text {
        font-size: 16px;
    }
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0;
        min-height: 215px !important;
    }
    .banner-form {
        margin-top: -20px;
    }
    .banner-form form {
        padding: 4px 20px 9px 20px;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
    .footer_box1 {
        width: 35%;
    }
    .footer_box2 {
        float: left;
        width: 30%;
    }
    .footer_heading {
        font-size: 22px;
    }
    /* .footer_list {
        padding: 20px 30px 0 30px;
    } */
    .footer_content {
        font-size: 16px;
    }
    /* .footer_list:first-child {
        padding: 20px 0 0 0;
    } */
}

@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: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
        z-index: 999;
    }
    .nav-trigger .bars {
        background-color: #EC1B24;
        height: 4px;
        margin-bottom: 5px;
        width: 100%;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
    }
    .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: solid 1px #fff;
    }
    .main-menu--open .main-navigation {
        opacity: 1;
        pointer-events: auto;
    }
    .main-navigation ul li a {
        color: #FFF;
    }
    .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 .2s ease 0s;
        transition: opacity .2s ease 0s;
        border-top: 1px solid #fff;
    }
    
    .prcess_list,
    .prcess_list.last_list {
        background-image: none;
        width: 100%;
    }
    .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: 0px 0;
        text-align: left;
        max-width: 100%;
    }
     .registration-btn, .ty-registration-btn {
        display: block;
        overflow: hidden;
        background-color: #c52f33;
        color: #fff;
        position: fixed !important;
        bottom: 0;
        z-index: 999999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto;
        border-radius: 0;
        left: 0px;
        font-family: 'Montserrat-SemiBold';
        padding: 5px;
    }
    .registration-btn a, .ty-registration-btn a {
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        align-items: center;
    }    
    .admission_mainbox_after::after {
        background-image: none;
    }
    .section-heading {
        padding-bottom: 20px;
    }
    .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: contain;
        background-position: top;
        margin: 0;
        min-height: 215px !important;
        background-color: #fff;
    }
    .banner-form {
        margin: 580px auto 0 auto;
    }
    .admission_listbox {
        margin: 0;
    }
    
    .footer_box1,
    .footer_box2 {
        width: 100%;
    }
    .footer_list {
        border-right: none;
        min-height: auto;
        margin: 0 0 30px 0;
        padding: 0;
        text-align: center;
    }
    .footer_list:first-child {
        padding: 0;
    }
}

@media screen and (max-width:768px) {
    .banner-section {
        background-image: none;
        background-color: #EC1B24;
        margin-top: 100px;
    }
    
    .medical .banner-section {
        background-image: none;
        background-color: #EC1B24;
    }
    .banner-section::before {
        display: none;
    }
    .banner-text {
        color: #FFF;
        padding: 10px 0;
    }
    .bold-content {
        color: #FFF;
    }
    .form-mainbox {
        padding: 20px;
    }
    /* .about-section {
        padding: 20px 0 50px 0;
    } */
    .about-content-mainbox::after {
        display: none;
    }
    .about-imgbox {
        margin: 0 0 20px 0;
    }
    .program-section .section-heading {
        padding: 0 0 25px 0;
    }
    .tabs-wrapper .tab-content {
        margin: 20px 0;
    }
    .nav-item,
    .nav-pills .nav-link {
        width: 100%;
    }
    .process_list_mainbox {
        display: block;
        padding: 0;
    }
    .prcess_list.last_list .process_content {
        max-width: 100%;
    }
    .opportunities-mainbox {
        flex-direction: column;
    }
    .opportunities-list {
        padding: 10px 0;
        width: 100%;
    }
    .opportunities-mainbox.list-box {
        margin: 0px 0 0 0;
    }
    ul.custom-list {
        max-width: 100%;
        padding: 0px 0;
    }
    .reg-section {
        padding: 0px 0 50px 0;
    }
    .reg-contentbox {
        padding: 30px 20px;
    }
    .reg-imgbox img {
        position: relative;
    }
    .reg-heading {
        line-height: 40px;
    }
    /* footer::before {
        width: 100%;
    }
    .footer-content {
        padding: 0 0 30px 0;
    } */
    .eligibility-box {
        display: flex;
        gap: 0;
        justify-content: center;
        flex-direction: column;
    }
    .admission {
        color: #FFF;
    }
    .research_text {
        left: 80%;
    }
    .banner-form {
        margin: 460px auto 0 auto;
    }
    
}

@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 auto;
    }
    #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;
    }
}

@media screen and (max-width:380px) {
    .banner-form {
        margin: 210px auto 0 auto;
    }
    .thankyou_button {
        text-align: center;
        font-size: 12px;
    }
}