@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: 20px 0 25px 0;
}

.section-heading span {
    font-family: Montserrat-Bold;
}


.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: right;
}

.main-navigation ul li {
    display: inline-block;
    color: #000;
    padding: 10px 11px;
    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: #1452a1;
    font-family: Raleway-Medium;
}

.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: #2690c9;
}


.nav-triggerr {
    display: none;
}


.main {
    margin-top: 80px;
}

.registration-btn{
    display: none;   
    }

.registration-btn a{
    display:none;
}

 .bcta {
    background-color: #C3141A;
    -webkit-border-radius: 10px;
    border-radius: 10px ;
    border: none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat-Bold;
    font-size: 20px !important;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }
  .bcta:after{
    display: none;
}
  @-webkit-keyframes glowing {
    0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  }
  
  @keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #c32e34; box-shadow: 0 0 10px 0 #c32e34; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  }
  .apply-now-btn{
    padding: 10px 20px !important;
    width: 200px;
    display: none;
    align-items: center;
    margin: 0 auto;
    background-color: #C3141A;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
  }

  .main-navigation li a::before {
    content: "";
    position: absolute;
    width: 0.5px;
    height: 18px;
    background-color: #C3141A;
    right: -16px;
    top: 8%;
}
.main-navigation li:last-child a::before {
    display: none;
}

/******  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: top;
    background-size: cover;
    background-color: #e5f2f9;
    padding: 25px 0;
    min-height: 650px;
    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: #94c4de;
    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: #94c4de;
    font-weight: 700;
}

.banner-content ul {
    margin: 15px 0 0 0;
    padding: 0;
}

.banner-form {
    max-width: 360px;
    position: relative;
    /* background-color: #94c4de; */
    background-color: #1553a2cf;
    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/dropdown.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: 15px
} 

.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 {
    color: #fff !important;
    font-weight: 500;   
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    background:#1ab5e0;
    border-radius: 35px;
    border: 2px solid;
    font-family: Montserrat-SemiBold;
    padding: 10px 25px;
    transition-duration: 0.3s;
    margin-bottom: 20px;
}

.btn_submit:hover{
    text-decoration: none;
    color: #1ab5e0 !important;
    background: #fff !important;
    border: 2px solid #1ab5e0 !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 #1ab5e0; 
    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; 
}
  
/* For banner animation (moveUp direction) */
.anim{
    opacity: 0;
    transform: translateY(30px);
    animation: moveup 0.5s linear forwards;
}
@keyframes moveup{ 
     
    100% { 
        opacity: 1;
        transform: translateY(0px); 
    } 
} 


#loadButton{
    cursor: pointer;
}
/* banner section end */

/* about section start */

.about-section {
    padding: 50px 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: #1253a0;
}

.about-subheading {
    font-family: Raleway-Bold;
    font-size: 20px;
    padding: 0 0 25px 0;
    line-height: 25px;
}
.about-text {
    font-size: 17px;
    text-align: justify;
    color: #000;
}
/* about section end */


/* program section start */

.program-section {
    background-color: #2690c9b5;
    padding: 70px 0;
    color: #FFF;
    /* margin-bottom: 60px; */
}

.program-section .section-heading {
    color: #FFF;
    padding: 0 0 40px 0;
}

.nav-pills .nav-link {
    background-color: transparent;
    color: #FFF;
    padding: 25px 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: #2690c9;
    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;
}


.orientation_tab_box .nav-link {
    background: #ececec;
    font-size: 18px;
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 10px;
    transition-duration: 0.7s;
}

.orientation_content_sec{
    background: #1152a2ab;
    padding: 15px 45px;
    height: 100%;
    border-radius: 7px;
  }

.orientation_content_box h5,.orientation_content_box1 h5, .orientation_content_box2 h5{
    color: #fff;
    padding: 0 0 10px 0;
    font-family: Montserrat-Bold;
    font-size: 18px;
}
.orientation_content_box ul li, .orientation_content_box p{
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}

.curr_content_box h5,.curr_content_box1 h5,.curr_content_box2 h5{
    color: #333;
    padding: 0 0 10px 0;
    font-family: Montserrat-Bold;
    font-size: 18px;
}
.curr_content_box ul li,.curr_content_box1 ul li,.curr_content_box2 ul li{
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 22px;
    /* list-style-type: upper-alpha; */
}
.programme_structure_sec .structure_box{
    min-height: 210px;
    float: left;
    padding: 25px;
}
.structure_box .programme_structure_right{
    float: left;
    width: 100%;
}
.structure_box .programme_structure_right p{
    padding: 20px 0 0 0;
}
.structure_box .programme_structure_left{
  float: left;
  width: 100%;
  text-align: center;
}
.structure_box .programme_structure_left img{
    width: 55px;
}
.structure_box .programme_structure_right p{
  font-size: 14px;
  padding: 14px 0 10px 20px;
  font-family: Montserrat-Regular;
  text-align: center;
}

.tab_content_mainbox {
    background-color: #fff;
    color: #333;
    padding: 10px 0;
    font-family: Montserrat-Light;
}

 .nav-pills .nav-link {
    width: 97%;
    background-color: #E0E0E0;
    color: #000;
    padding: 20px 15px 15px 15px;
    font-family: Montserrat-Bold;
    font-size: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1152a2;
}

.nav-item {
    width: 50%;
}

/* program section end */


/* ADMISSION PROCESS START */

.process-section {
    padding: 0 0 80px 0;
}

.process-section span {
    color: #1253a0;
}

.half-bg.style-two::before {
    bottom: auto;
    top: 0;
}
.half-bg__64::before {
    height: 64%;
}
.half-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    inset-inline-start: 0;
    bottom: 0;
    background-color: #e4effa;
    z-index: -1;
}
.bg-main-600 {
    background-color:hsl(209, 94%, 41%) !important;
}
.mt-32 {
    margin:30px 0 !important;
}
.py-120 {
    padding-block-start: 70px !important;
    padding-block-end: 70px !important;
}
.top-n6 {
    inset-block-start: -6px;
}
.end-n4 {
    inset-inline-end: -6px;
}
.rounded-16 {
    border-radius: 1rem !important;
}
.border-neutral-30 {
    border-color:#EBECEF !important;
}
.border {
    border:1px solid #dee2e6 !important;
}
.p-16 {
    padding: 1rem !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color:rgb(255 255 255) !important;
}
.bg-main-25 {
    background-color: hsl(209, 94%, calc(41% + (100% - 41%) * 0.96)) !important;
    height: 269px;
}
.border-dashed {
    border-style: dashed !important;
}
.border-main-600 {
    border-color: hsl(209, 94%, 41%) !important;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rounded-circle {
    border-radius: 50% !important;
}
.h-100 {
    height: 100% !important;
}
.w-100 {
    width: 100% !important;
}
.text-neutral-700 {
    color: #222E48 !important;
    font-family: 'Montserrat-Bold';
    font-size: 15px;
}
.position-relative {
    position: relative !important;
}
.item-hover:hover .item-hover__bg-main {
    background-color: hsl(209, 94%, 41%) !important;
}
.item-hover:hover .item-hover__bg {
    background-color: #fff !important;
}
.item-hover:hover .item-hover__text {
    color: #fff !important;
}
.text-white {
    --bs-text-opacity: 1;
}
.item-hover:hover .item-hover__text-main {
    color: hsl(209, 94%, 41%)!important;
}
.box-shadow-md {
    box-shadow: 0 6px 30px 0px rgb(0 0 0 / 4%);
}
.h-136 {
    height: 8.5rem !important;
}
.w-136 {
    width: 8.5rem !important;
}
.p-16 {
    padding: 1rem !important;
}
.p-24 {
    padding: 10px !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255) !important;
    height: 302px;
}   
.item-hover:hover .item-hover__text {
    color: #fff !important;
}
.transition-2 {
    transition: 0.2s linear;
}
.h-40 {
    height: 2.5rem !important;
}
.w-40 {
    width: 2.5rem !important;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-n6 {
    inset-block-start: -6px;
}
.end-n4 {
    inset-inline-end: -6px;
}
  
/* ADMISSION PROCESS END */


/* Opportunities section start */

.opportunities-section {
    background-color: #14529f;
    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;
    justify-content: center;
    /* padding: 20px 0 15px; */
}

.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;
}


.orientation_content_sec{
    /* background: #fff6f675; */
    padding: 15px 20px;
    height: 100%;
  }
.career_prospects_box {
    background: #1152a2;
    padding: 15px 9px;
    margin: 0px 0 20px 0;
    border-radius: 7px;
    float: left;
    width: 100%;
    transition-duration: 0.7s;
    display: flex;
    align-items: center;
    height: 60px;
  }
 .career_prospects_box:hover{
    margin:0px 0 20px 10px
}
.career_prospects_icon{
    width: 15%;
    float: left;
}
.career_prospects_icon img{
  width: 100%;
}
.career_prospects_text{
    font-family: Montserrat-Medium;
    width: 85%;
    float: left;
    font-size: 14px;
    padding: 0 0 0 15px;
  }

/* Opportunities section end */

/* Salient Features section starts */

.sal-features {
    display: block;
    padding: 80px 0 0 0;
}
.sal-features .section-heading span {
    color: #1253a0;
}
#sal-features .section-bg {
    background-color: #eee;    
    padding: 80px 0;
  }
  .sal-features .icon-box {
    /* text-align: center; */
    background: #fff;
    padding: 40px 30px;
    width: 100%;
    height: 100%;
    border: 1px solid #14529f;
    transition: 0.3s;
    color: #000;
  }
  .sal-features .icon-box1 {
    background: #14529f;
    color: #fff;
    padding: 40px 30px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    transition: 0.3s;
  }
  .sal-features .icon-box i, .icon-box1 i {
    color: var(--color-primary);
    margin-bottom: 30px;
    font-size: 32px;
    margin-bottom: 30px;
    background: rgba(206, 18, 18, 0.1);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
  }
  .sal-features .icon-box h4,  .icon-box1 h4{
    font-size: 22px;
    font-family: 'Montserrat-Bold';
    margin: 20px 0 30px 0;
    text-align: center;
  }
  
  .feature-name{
    margin: 0 auto;
  }
  .sal-features .feature-name li {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
     line-height: 25px;
    }

  .sal-features .feature-name li::before {
    content: '';
    position: absolute;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    top: 7px;
    left: 0;
}
.sal-features .icon-box1 .feature-name li::before {
    content: '';
    position: absolute;
    background-image: url(../images/tick-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    top: 7px;
    left: 0;
}  

/* Collapsible features (For Mobile screen only) section starts */
    #mob-feature{
        display: none;
  }
  .mob-feature .section-heading span{
    color: #1253a0;
  }
  .mob-feature .courses-box {
    padding: 30px 20px;
    background: #14529f;
    color: #fff;
    margin: 0 55px;
    text-align: center;
    border-radius: 20px;
  }
  .collapsible {
    background-color: #14529f ;
    color: white;
    cursor: pointer;
    padding: 15px 18px 10px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-bottom: 1px dashed #eee;
    font-family: 'Montserrat-Regular';
  }
  .mob-feature .active, .collapsible:hover {
    background-color: #14529f;
  }
  .mob-feature .collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 40px;
    margin-top: -39px;
  }
  
  .mob-feature .active:after {
    content: "\2212";
  }
  .mob-feature .content {
    padding: 20px 18px;
    display: none;
    overflow: hidden;
    background-color: #fff;
    transition: max-height 0.2s ease-out;
    border: 1px solid #14529f;
  }
  .content li {
    position: relative;
    padding-left: 25px;
    line-height: 30px;
    color: #000;
  }
  .content li::before {
    content: '';
    position: absolute;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 15px;
    border-radius: 50px;
    top: 7px;
    left: 0;
}
  /*-----Collapsible features (For Mobile screen only) Section end----------------*/

/* Salient Features ends */

/* wyh sihs section start */

.whysihs-section {
    padding: 80px 0 0;
}

.whysihs-section .section-heading span {
    color: #1253a0;
}

ul.custom-list {
    max-width: 94%;
    padding: 10px 0 0 0;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    line-height: 25px;
    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);
}

.whysihs-content{
    padding: 0 0 0 40px;
}
/* wyh sihs section send*/


/* registration section start  */

.reg-section {
    padding: 80px 0 50px 0;
}

.registration-mainbox {
    background: #2690c9 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: #1253a0;
}

.date-section {
    padding: 80px 0 70px 0;
}

table,
tr,
th,
td {
    border-collapse: separate;
    font-family: Montserrat-Regular;
    font-size: 14px;
}

tr,
th,
td {
    border: 1px solid #8888884D;
}

table th {
    text-align: center;
    color: #FFF;
    background: rgb(38, 144, 201);
    background: linear-gradient(180deg, rgb(20 82 161 / 57%) 0%, rgb(20 82 159 / 90%) 26%, rgb(20 82 159) 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: #2690c9;
}

.table td span{
    font-weight:900;
}

/* date section end */


/* footer section start */

footer {
    background-color: #14529f;
    color: #fff;
    width: 100%;
    float: left;
    padding: 60px 0 0px 0;
}
footer a {
    color: #fff;
    line-height: 24px;
    font-size: 12px;
    text-decoration: none;
}
.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: 0 0 19px 0;
    display: block;
}
.fa-mobile-phone:before, .fa-mobile:before {
    font-size: 20px;
}
footer a:hover {
    color: #ffee04;
    /* font-family: Montserrat-SemiBold; */
}
/* footer section end */


/* Top button start*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #2690c9;
    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*/


/* 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;
}
.eligibility{
  float: left;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
  display: none;
}
.eligibility_open{
    display: block;
}
.eligibility_inner{
  max-width: 800px;
  margin: 0 auto;
}
.eligibility_white{
  float: left;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 80px 0 0 0;
  padding: 25px;
  max-height: 500px;
  overflow-y: scroll;
  color: #000;
  font-size: 15px;
  position: relative;
}
.eligibility_close{
  float: right;
  background-color: #000;
  color: #fff;
  line-height: normal;
  font-weight: bold;
  font-size: 20px;
  padding: 0 10px 4px 10px;
  right: 0;
  position: absolute;
  top: 0;
  cursor: pointer;
}


/*key heighlight start*/
.key_text {
    color: #000;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}
/*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 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: #2690c9;
text-decoration: none;
}
.thankyou_banner_section{
    padding: 150px 0 120px 0;

}
.ty_btn {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #2690c9 0, #465b67 100%);
    /* 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: #2690c9;
    background: #fff;
    border: 1px solid #2690c9;
}
.btn_tysubmit a {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #2690c9 0, #465b67 100%);
    /* 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: #2690c9;
    background: #fff;
    border: 1px solid #2690c9;
}

/*thankyou page end*/

/* Responsive Section starts */

@media (min-width:1201px) and (max-width:2000px) {  
    .main-navigation ul li a {
        font-size: 14px;
    }
    .main-navigation ul li {
        padding: 10px 11;
    }
    .main-navigation ul li .bcta{
        display: block;
    }
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: 0;
        min-height: 615px !important;
        background-color: #fff;
    }
}
@media screen and (max-width:1200px) {
    .main-navigation ul li {
        padding: 10px 11px;
    }
    .main-navigation ul li a {
        font-size: 14px;
    }
    .registration-btn{
        display: block;
        overflow: hidden;
        background-color: #bc0c10;
        color: #fff;
        position: fixed !important;
        bottom: 0;
        z-index: 999999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto;
        border-radius: 0;
        left: 0px;
        padding: 5px;
    }
    .registration-btn a{
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        align-items: center;
    }
    .main-navigation ul li .bcta{
        display: none;
    }
    .main-navigation li a::before {
        display: none;
    }
    .main-navigation li:last-child a::before {
        display: none;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
    #mob-feature{
      display: block;
    }
    .sal-features{
        display: none;
    }
}
@media screen and (max-width:1024px) {
    .main-navigation ul li {
        padding: 10px 6px 6px;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
    .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%;
    }
    .main-navigation li a::before {
        display: none;
    }
    .career_prospects_box {
        height: 95px;
    }
    #mob-feature{
        display: block;
    }
    #sal-features   {
        display: none;
    }
}
@media screen and (min-width:992px) and (max-width:1400px) {
    .banner-section{
        background-size: 800px;
        background-position: right top;
    }
    
    .bold-content {
        font-size: 33px;
    }
    .form-heading {
        font-size: 20px;
    }
    .about-text {
        font-size: 17px;
    }
    
    .opportunities-list img {
        min-height: 65px;
    }
    
    .form-box_footer {
        margin: 0 0 15px 0;
    }
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 215px !important;
        background-color: #edf1f4;
    }
    
}

@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: #2690c9;
        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%;
    }
    .process_content {
        padding: 10px 20px;
        max-width: 100%;
        text-align: left;
        display: flex;
        gap: 20px;
        padding: 10px 0 10px 0 !important;
        align-items: center;
    }
   
    .footer-links {
        margin-bottom: 20px;
    }
    
    .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: 540px auto 0 auto;
    }
    .process_list_mainbox {
        display: flex;
        justify-content: center;
        padding: 20px 0 0 0;
        flex-direction: column;
    }
    .prcess_list{
        border-bottom: 1px dashed;
    }
    .prcess_list.last_list {
        border-bottom: none;
    }
    .registration-btn{
        display: block;
        overflow: hidden;
        background-color: #bc0c10;
        color: #fff;
        position: fixed !important;
        bottom: 0;
        z-index: 999999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto;
        border-radius: 0;
        left: 0px;
        padding: 5px;
    }
    .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{
        display: none;
    }
    .admission_no {
        font-size: 35px;
    }
    .admission_no span {
        font-size: 26px;
    }
    .admission_listbox {
        flex-direction: column;
        align-items: center;
    }
    .admission_list {
        padding: 20px 0 20px 0;
        max-width: inherit;
        /* display: flex;
        gap: 20px;
        align-items: flex-start; */
        border-bottom: 1px dashed;
    }
    .admission_no {
        font-size: 35px;
        padding: 5px 0 15px 0;
    }
    .admission_list:last-child {
        border-bottom: none;
    }
    .about-section .section-heading {
       text-align: center;
    }
    .apply-now-btn{
        display: block;
    }
    .footer-content .section-heading {
        text-align: center;
    }
    .footer-address {
        text-align: center;
    }
    .footer-links {
        margin-bottom: 20px;
        text-align: center;
    }
    .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;
    }
    .main-navigation li a::before {
        display: none;
    }
    .about-text {
        text-align: justify;
        padding: 0 0 20px 0px;
    }
    .py-120 {
        padding-block-start: 60px !important;
        padding-block-end: 60px !important;
    }
    .text-neutral-700 {
        font-size: 16px;
    }
    .mob-feature {
        padding: 40px 0 0 0;
    }
    .whysihs-section {
        padding: 40px 0 0;
    }
    .date-section {
        padding: 40px 0 40px 0;
    }
}

@media screen and (max-width:768px) {
    .banner-section {
        background-image: none;
        background-color: #2690c9;
    }
    .medical .banner-section {
        background-image: none;
        background-color: #2690c9;
    }
    .banner-section::before {
        display: none;
    }
    .banner-text {
        color: #FFF;
        padding: 10px 0;
    }
    .bold-content {
        color: #FFF;
    }
    .form-mainbox {
        padding: 20px;
        margin:0;
    }
    .about-section {
        padding: 20px 0 50px 0;
    }
    .about-section .about-content-mainbox::after {
        display: none;
    }
    .about-content-mainbox {
    	text-align: justify;
    }
    .objective-content {
    	text-align: justify;
    }
    .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: row;
        /* flex-direction: column; */
    }
    .opportunities-list {
        padding: 10px 0;
        width: 20%;
        /* 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;
    }
    .eligibility_inner{
        max-width: 95%;
    }
    .admission {
        color: #FFF;
    }
    .banner-form {
        margin: 440px auto 0 auto;
    }
    .admission_listbox {
        flex-direction: column;
    }
    .admission_list {
        padding: 20px 0 20px 0;
        max-width: inherit;
        /* display: flex;
        gap: 20px;
        align-items: flex-start; */
        border-bottom: 1px dashed;
    }
    .admission_no {
        font-size: 35px;
        padding: 5px 0 15px 0;
    }
    .admission_list:last-child {
        border-bottom: none;
    }
    .whysihs-content {
        padding: 0;
    }
    footer::before {
        width: 100%;
    }
    .footer-content {
        padding: 0 0 30px 0;
    }
    .bg-white {
        margin-bottom: 20px;
    }
    .career_prospects_box {       
        height: auto;
    }
}
@media screen and (max-width: 580px){
    .banner-form {
        margin: 235px auto 0 auto;
    }
    .opportunities-mainbox {
        flex-direction: column;
    }
    .opportunities-list {
        padding: 10px 0;
        width: 100%;
    }
}

@media screen and (max-width:380px) {
    .banner-form {
        margin: 165px auto 0 auto;
    }
    .thankyou_button {
        text-align: center;
        font-size: 12px;
    }
    .logo img {
        width: 80%;
    }
}