@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: #000;
    font-weight: 400;
    overflow-x: hidden;
    font-family: Montserrat-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: #9d0608;
}

.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: Montserrat-Medium;
    position: relative;
}

.main-navigation ul li:hover a,
.main-navigation ul li.active a {
    color: #9d0608;
    font-family: Montserrat-SemiBold;
}

.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: #faaa35;
}

.nav-triggerr {
    display: none;
}

.top_btn {
    padding: 8px 15px;
    background-color: #9d0608;
    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: #9d0608;
    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: #9d0608;
    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: #9d0608;
    font-weight: 700;
}

.banner-content ul {
    margin: 15px 0 0 0;
    padding: 0;
}

.banner-form {
    max-width: 360px;
    position: relative;
    background-color: #9d0608;
    /* 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: 50px
} 

.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, #9d0608 0, #faaa35 100%);   
    font-family: Montserrat-SemiBold;
    /* border: 2px solid #00ae4c !important; */
}

.btn_submit:hover{
    text-decoration: none;
    color: #9d0608 !important;
    background: #fff !important;
    border: 2px solid #9d0608 !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 #faaa35; 
    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;
}

.abt-section-heading{
    color: #000;
    font-family: Montserrat-Regular;
    font-size: 25px;
    /* padding: 0 0 15px 0; */
    line-height: normal; 
}

.about-content-mainbox {
    position: relative;
}

.about-content-mainbox::after {
    content: '';
    position: absolute;
    background-image: url(../images/wave.png);
    background-repeat: no-repeat;
    top: -43px;
    right: 30px;
    width: 45px;
    height: 67px;
    transform: rotate(90deg);
}

.about-subheading {
    font-family: Montserrat-Bold;
    font-size: 20px;
    padding: 0 0 25px 0;
    line-height: 25px;
}
.about-imgbox img{
    border-radius: 20px;
    border-bottom: 6px solid #faaa35;
}
.about-imgbox{
    text-align: center;
}
.about-text{
    margin: 20px 0;
    text-align: justify;
}

.tab_heading1{
    float: left;
    width: 100%;
}
.tab_heading2{
    float: right;
    width: 100%;
}
 .tab_heading1 h3 {
    background: #9d0608;
    width: 245px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    margin: 10px 0;
    font-family: Montserrat-SemiBold;
    border-bottom: 3px solid #faaa35;
    ;
}
.tab_heading2 h3 {
    background: #9d0608;
    width: 265px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%);
    margin: 10px 0;
    font-family: Montserrat-SemiBold;
    float: right;
    border-bottom: 3px solid #faaa35;
    ;
}

/* about section end */

/* Career Prospects start */

.career-pros {
    padding: 20px 0 60px 0;
}
.career-pros_sec .career-pros_box{
    background: #fff;
    padding: 20px 10px;
    margin: 30px 0 0px 0;
    box-shadow: 1px 1px 8px #0000000a;
    border-radius: 10px 10px 10px 10px;
    border-bottom: 5px solid #9d0608 !important;
    min-height: 95px;
    border: 0.5px solid #9d0608;
    transition-duration: 0.7s;
    /* text-align: center; */
}
.career-pros_sec .career-pros_box:hover{
    background: #f2ca9029;
    color: #000;
    margin: 15px 0 0px 0;
    border-radius: 0px;
  }
.career-pros_right h3{
    font-size: 15px;
    padding: 0 0 0 20px;
    font-family: Montserrat-SemiBold;
}

.career-pros_left{
    float: left;
    width: 15%;
    text-align: center;
}
.career-pros_right{
    float: left;
    width: 85%;
}
.career-pros_left img{
    width: 100%;
}

/* Career Prospects ends */

/* program section start */

.program-section {
    margin-bottom: 60px;
    padding-top: 20px;
    background-color: #9d0608;
}

.program-obj-out {
    width: 100%;
    background-color: #9d0608;
}
.programImg {
    position: relative;
    width: 100%;
    padding: 0px 0;
    margin: 0;
    border-right: solid 5px #faaa35;
}
.programImg figure {
    width: 100%;
    margin: 0;
    padding-bottom: 0px;
}
.programImg figure img {
    width: 100%;
}
.programcontent {
    position: relative;
    width: 100%;
    padding: 25px 20px;
}
.programcontent h4 {
    color: #fff;
    font-size: 26px;
    line-height: 1.12;
    font-weight: 600;
    padding-bottom: 4px;
    margin-bottom: 12px;
    position: relative;
}
.programcontent h4::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    border-bottom: 3px solid #faaa35;
}
.programcontent p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}
.programcontent ul {
    list-style: none;
    padding: 0px;
    margin: 0px;   
    font-size: 14px;
}
.programcontent ul li{
    color: #fff;
}
.objective li {
    position: relative;
    font-size: 14px;
}
.objective li::before{
    position: absolute;
    content: "";
    left: -12px;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: #faaa35;
    color: #142368;
    padding: 0px;
    border-radius: 100%;   
}

/* program section end */

/* ADMISSION PROCESS START */

.admission_listbox {
    display: flex;
    justify-content: space-around;
}

.admission_no {
    font-size: 48px;
    padding: 0 0 30px 0;
    font-family: Montserrat-Black;
    color: #9d0608;
}
.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: '';
    display: block;
    border: 1px dashed #faaa35;
    position: absolute;
    width: 27%;
    top: 15px;
    left: 82%;
}
.admission_text{
    width: 90%;
    text-align: center !important;
    color: #000;
}
/* ADMISSION PROCESS END */

/* Opportunities section start */

.opportunities-section {
    background-color: #9d0608;
    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 */


/* WhySIHS section start */

.whysihs-section {
    padding: 35px 0 10px 0;
    background-color: #9d0608;
    color: #fff;
    margin-bottom: 70px;
    font-family: Montserrat-Regular;
    font-size: 17px;
    /* height: 500px; */
}
.whysihs-section .section-heading {
    color: #fff;
}
.whysihs-section .section-heading span {
    color: #fff;
}

/* WhySIHS section ends */

/* Eligibility section starts */

 #eligibility{
    margin-bottom: 80px;
}
.eligibility-box{
    background: #fff;
    border-radius: 50px;
    color: #000;
    border: 1px solid #9d0608;
    /* margin-top: -208px; */
}
#eligibility .section-heading {
    color: #000;
    padding-top: 25px;
}
#eligibility-content ul.custom-list {
    max-width: 94%;
    padding: 10px 0 0 0;
}

.eligibility-content .custom-list li {
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 25px;
    font-family: Montserrat-Regular;
}

.eligibility-content .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: 4px;
    left: 0;
}
.eligibility-content p{
    margin-bottom: 30px;
    font-size: 17px;
} 

#eligibility .custom-container {
    padding: 20px 30px !important;
    background-color: #f2ca9029;
    border-bottom: 10px solid #9d0608;
}

/* Eligibility section ends*/

/* footer section start */

footer {
    color: #FFF;
    position: relative;
    background-color: #9d0608;
    margin-top: 80px;
    position: relative;
    /* text-align: center; */
}

.footer-mainbox {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.footer-content .section-heading {
    color: #FFF;
}

.footer-content .section-heading::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 180px;
    width: 147px;
    border-bottom: 3px solid #faaa35;
}

footer a {
    color: #FFF;
    text-decoration: none;
    word-wrap: break-word;
}

footer a:hover {
    color: #faaa35;
}

.contact {
    font-family: Montserrat-Regular;
}
.made_by_text {
    padding: 19px 0 5px 0;
    display: block;
    border-top: 1px solid #ddd;
}
/* .text-center {
    padding: 5px 0px !important;
    text-align: center !important;
} */
/* footer section end */


/* Top button start*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #faaa35;
    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 .banner-btn {
font-family: Montserrat-Black;
font-size: 28px;
width: 86%;
padding: 40px;
color: #9d0608;
text-decoration: none;
}
.thankyou_banner_section{
    padding: 120px 0;

}
.ty-registration-btn{
    display: block;
    background-color: #9d0608;
    border-radius: 20px;
    text-decoration:none;
    padding: 8px 0px;
    color:#ffffff;
    text-align: center;
    }

.ty-registration-btn a{
    display:block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat-SemiBold';
}

/*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;
    }
    .footer-content .section-heading::before {
        display: none;
    }
}

@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; */
        display: 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;
    }
    .programcontent {
        position: relative;
        width: 100%;
        padding: 35px 50px;
    }
    
    .footer-content .section-heading::before {
        content: '';
        position: absolute;
        left: 70px;
        top: 163px;
        width: 145px;
        border-bottom: 3px solid #faaa35;
    }
    
}
@media screen and (min-width:1500px) and (max-width:3000px) {
    .programImg figure img {
        width: 100%;
        height: 485px;
    }
    .program-section {
        height: 533px;
        padding-top: 20px;
    }   
}
@media screen and (min-width:1201px) and (max-width:1340px) {
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0;
        min-height: 215px !important;
    }
    .programImg figure img {
        width: 100%;
        /* height: 100%; */
    }
   
}
@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: 0px;
    }
    .banner-form form {
        padding: 4px 20px 9px 20px;
    }
    .programImg figure img {
        width: 100%;
        height: 100%;
    }
    .programImg {
       
        margin: 100px 0 0 0;
    }
    /* .whysihs-section {
        height: 525px;
    } */
}

@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: #9d0608;
        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: #707070eb;
        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;
    }
    /* .banner-section {
        background-position: right center;
        background-size: 68% 100%;
    } */
    .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;
    }
    footer::before {
        background-color: #9d0608;
        /* position: absolute; */
        content: '';
        height: 100%;
        width: 100%;
    }
    .footer-links {
        margin-bottom: 20px;
    }
    .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: #9d0608;
        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;
    }
    .made_by_text {
        padding: 19px 0 35px 0 !important;
    }
    .career-box p {
        display: flex;
        place-items: center;
        font-size: 17px;
        margin: auto;
        text-align: center;
        line-height: 22px;
        margin: 20px 0;
        height: 170px;
    }
    
    .career-box img {
        margin: 0 10px;
    }
    .about-section {
        padding: 0px 0;
    }
    .card__title {
        height: 60px;
    }
    #opportunities {
        padding: 0;
    }
    footer {
        text-align: center;
    }
    .career-pros_sec .career-pros_box {
        min-height: 150px;
    }
}

@media screen and (max-width:768px) {
    .banner-section {
        background-image: none;
        background-color: #9d0608;
        margin-top: 100px;
    }
    
    .medical .banner-section {
        background-image: none;
        background-color: #9d0608;
    }
    .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%;
    }       
    ul.custom-list {
        max-width: 100%;
        padding: 0px 20px;
        /* text-align: center; */
    }
    .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: 2px;
        left: 0px;
    }
    footer::before {
        width: 100%;
    }
    .footer-content {
        padding: 0 0 30px 0;
    }
    .eligibility-box {
        margin: -220px 10px 0 10px;
    }
    /* .whysihs-section {
        height: 520px;
    } */
    .admission {
    color: #FFF;
    }
    .research_text {
        left: 80%;
    }
    .banner-form {
        margin: 460px auto 0 auto;
    }
    
    .programcontent {
        padding: 20px 20px;
    }
    .programImg figure img {
      display: block;
    }
    .career-box img {
        margin: 8px 20px;       
    }
     footer {
        text-align: center;
    }
    .footer-content .section-heading::before {
       display: none;
    }
    .career-pros {
        padding: 30px 0 0 0;
        margin-bottom: 35px;
    }
    #eligibility {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:580px) {

    .research_text {
        color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 70%;
    }
    .banner-form {
        margin: 240px auto 0 auto;
    }
    .about-imgbox {
        text-align: center;
    }
    .about-imgbox img {
        border-radius: 20px;
        max-height: 280px;
        width: 100%;
    }
    .card {
        width: 100%;
        margin: 20px 20px;
    }
    .eligibility-box {
        margin: -250px 10px 0 10px;
    }
    .career-pros_sec .career-pros_box {
        min-height: 100px;
    }
    /* .whysihs-section {
        height: 666px;
    } */
}
@media screen and (max-width:380px) {
/*     
    .whysihs-section {
        height: 775px;
    } */
}