@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: #000000;
    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: #b80303;
    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 25px 0;
}

.section-heading span {
    font-family: Montserrat-Bold;
    color: #9A0A0A;
}
.footer_link img,
.form-mainbox .btn_submit,
.highlights .service_name,
.pl-reimaging_innerlist,
.top_btn {
    transition-duration: 0.3s;
}

/******  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: right;
}

.main-navigation ul li {
    display: inline-block;
    color: #000;
    padding: 10px 10px;
    border-radius: 0 0 12px 12px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.main-navigation ul li a {
    font-size: 14px;
    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: #b80303;
    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: #b80303;
}

.nav-triggerr {
    display: none;
}


.main {
    margin-top: 36px;
}

.registration-btn{
    display: none;
    }

.registration-btn a{
    display:none;
}
.main-navigation li a::before {
    content: "";
    position: absolute;
    width: 1.2px;
    height: 18px;
    background-color: #b80303;
    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: center;
    background-size: contain;
    background-color: #fff;
    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: #b80303;
    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: #b80303;
    font-weight: 700;
}

.banner-content ul {
    margin: 15px 0 0 0;
    padding: 0;
}

.banner-form {
    max-width: 360px;
    position: relative;
    background-color: #b80303;
    box-shadow: 20px 15px 86px rgb(28 28 28 / 32%);
    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;
    font-family: Montserrat-Bold;
}



 .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: 45px
} 

.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: #000000;
    border-radius: 24px;
    border: 2px solid;
    font-family: Montserrat-SemiBold;
    padding: 10px 25px;
    transition-duration: 0.3s;
    margin-bottom: 20px;
}

.btn_submit:hover{
    text-decoration: none;
    color: #b80303 !important;
    background: #fff !important;
    border: 2px solid #b80303 !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 #b80303; 
    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); 
    } 
} 
/* banner section end */

/* about section start */

.about-section {
    padding: 20px 0 50px 0;
}

.about-content-mainbox {
    position: relative;
}

.about-section .section-heading span {
    color: #b80303;
}

.about-subheading {
    font-family: Raleway-Bold;
    font-size: 20px;
    padding: 0 0 25px 0;
    line-height: 25px;
}
.about-text{
    text-align: justify;
    padding: 0 0 0 20px;
}

/* about section end */
/****************** (Parallax Effect) starts********************/

body, html {
    height: 100%;
  }
  .parallax {
    background-image: url('../images/prog-bg.webp');
    height: 881px; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
   .parallax .text {
    background-color: #0000009c;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    padding: 57px 50px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* mix-blend-mode: screen; */
    font-family: 'Montserrat-Regular';
  }
  .obj_head{
    color: #FFF;
    padding: 0 0 30px 0;
    line-height: 38px;
    font-family: 'Montserrat-Bold';
  }
  /****************** (Parallax Effect) end********************/
  
   .obj_txt .obj_head{
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    line-height: 38px;
    /* margin-left: 115px; */
   } 
   .obj_txt h4{
    padding-top: 20px;
    font-family: 'Montserrat-Bold';
   }

/* program section end */


/* objective section start */

.objective-section {
    padding: 80px 0;
}

.objective-box {
    max-width: 97%;
}

.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 section start */
.admission-section {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 50px 0 35px 0;
    margin: 0 0 130px 0;
  
  }
  .solution-item-two {
    position: relative;
    padding: 45px 0 30px 45px;
    height: 50px;
  }
  .admission-section .number {
    left: -10px;
  }
  .solution-item-two .number {
    font-size: 200px;
    font-weight: 700;
    opacity: 0.05;
    left: -6px;
    top: -20px;
    line-height: 1;
    position: absolute;
    color: #1e0a2c;
    font-family: 'Montserrat-Bold';
  }
  .fa-check:before {
    content: "\f00c";
  }
  .solution-item-two > i {
    height: 30px;
    width: 30px;
    color: white;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 25px;
    display: inline-block;
    background: #5138ee;
  }
  .pointers .solution-item-two p{
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 17px;
    text-align: left;
    line-height: 25px;
  }
  .solution-item-two.color-two > i {
    background: #ffc800;
  }
  .solution-item-two.color-three > i {
    background: #ff6101;
  }
  .solution-item-two.color-four > i {
    background: #f001ff;
  }
/* admission process section end */

/* Opportunities section start */

.opportunities-section {
    background-color: #b80303;
    color: #FFF;
    padding: 80px 0 40px 0;
    margin: 40px 0 0 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;
    padding: 20px 0 15px;
}

.opportunities-mainbox.list-box {
    margin: 30px 0 0 0;
    padding: 0 15px;
}

.opportunities-list .text {
    padding: 15px 0;
}

.opportunities-list img {
    max-width: 60px;
    min-height: 60px;
}

.orientation_content_sec{
    /* background: #fff6f675; */
    padding: 15px 20px;
    height: 100%;
  }
.career_prospects_box {
    background: #c102008c;
    padding: 15px 9px;
    margin: 0px 0 20px 0;
    border-radius: 7px;
    float: left;
    width: 100%;
    transition-duration: 0.7s;
    display: flex;
    align-items: center;
  }
 .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;
    text-align: left;
}
/* Opportunities section end */


/* why sihs section start */

.whysihs-section {
    padding: 80px 0 40px 0;
}

.whysihs-section .section-heading span {
    color: #b80303;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 25px;
}

.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;
}

ul.custom-list {
    max-width: 94%;
}
/* why sihs section send*/

/* date section start */

.date-section .section-heading span {
    color: #b80303;
}

.date-section {
    padding: 10px 0 40px 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(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: #b80303;
}
/* date section end */

/* Recruiters section starts */
.icon-box {
    width: 75%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    margin: 10px;
    padding: 15px;
    border-radius: 7px;
}
/* Recruiters section ends */

/* footer section start */

footer {
    background-color: #b80303;
    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: #fff;
    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: #b80303;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.5;
    height: 40px;
    width: 40px;
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
}
#myBtn:hover {
    opacity: 1;
}
/* Top button ends*/

/* Medical technology Programme section start */

/* .eligibility-box {
    display: flex;
    gap: 40px;
    justify-content: left;
}

.eligibility-box p {
    padding: 6px 30px;
    background-color: #0000001a;
} */


/* Medical technology Programme section end */


/*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: #b80303;
    text-decoration: none;
}
.thankyou_banner_section{
    padding: 150px 0 120px 0;

}
.ty_btn {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #b80303 0, #b80303a1 100%); 
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: 0.4s;
}
.ty_btn:hover {
    text-decoration: none;
    color: #b80303;
    background: #fff;
    border: 1px solid #b80303;
}
.btn_tysubmit a {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #b80303 0, #b80303a1 100%);
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-transform: 0.4s;
    text-decoration: none;
}
.btn_tysubmit a:hover {
    text-decoration: none;
    color: #b80303;
    background: #fff;
    border: 1px solid #b80303;
}

/*thankyou page end*/

@media screen and (max-width:1200px) {
    .main-navigation ul li {
        padding: 10px 15px;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
    .main-navigation {
        text-align: right;
    }
    .main-navigation li a::before {
        display: none;
    }
    .solution-item-two .number {
        font-size: 160px;
    }
}

@media screen and (max-width:1024px) {
    .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;
    }
    .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;
    }
    .parallax .text {
        padding: 26px 50px;
    }
    
}

@media screen and (min-width:992px) and (max-width:1400px) {
    .medical .process_list_mainbox {
        float: left;
        width: 100%;
        display: block;
    }
    .medical .prcess_list {
        width: 25%;
        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: 15px;
        min-height: 245px;
    }
    .admission {
        font-size: 20px;
        font-weight: bold;
    }
    .bold-content {
        font-size: 28px;
    }
    .form-heading {
        font-size: 20px;
    }
    .about-text {
        font-size: 17px;
    }
    .form-box_footer {
        margin: 0 0 15px 0;
    }
    .opportunities-list img {
        min-height: 65px;
    }
    .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: #fff;
    }
    .banner-form {
        margin: 0px auto 0 -93px;
    }
}

@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: #b80303;
        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;
    }
    .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;
    }
    
    .form-banner-mainbox {
        margin: 0;
    }
    /* .banner-form {
        margin: 580px auto 0 auto;
    } */
    .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;
    }
    .registration-btn{
        display: block;
        overflow: hidden;
        background-color: #b80303;
        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{
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        align-items: center;
    }    
    .footer-content .section-heading {
        text-align: center;
    }
    .footer-address {
        text-align: center;
    }
    .footer-links {
        margin-bottom: 20px;
        text-align: center;
    }
    .solution-item-two > i {
        display: none;
      }
      .solution-item-two .number {
        font-size: 74px;
        font-weight: 700;
        opacity: 0.07;
        left: 0;
        top: 0px;
        line-height: 1;
        position: absolute;
        color: #1e0a2c;
      }
      .solution-item-two {
        position: relative;
        padding: 0px 30px 0px 91px;
        height: 180px;
      }
      .pointers .solution-item-two p { 
        text-align: left;
        line-height: 20px;
      }
      .success-item.style-two, .success-item.style-two-last {
        padding: 30px 15px 20px;
      }
      .count-text {
        font-size: 25px;
      }
      .dsgn-course-section {
        padding: 50px 0 0 0;
        margin: 0 0 0 0;
      }
      .parallax .text {
        padding: 22px 30px 0 30px;
      }
      .main-navigation li a::before {
        display: none;
    }
    .parallax{
        padding: 0px 0 0 0;
    }
    .admission-section {
        margin: 0 0 ;
    }
    .career_prospects_box {
        height: 50px;
    }
    .solution-item-two {
        height: 105px;
    }
    .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;
    }
    .banner-form {
        margin: 0px auto 0 -93px;
    }
    .about-text {
        text-align: justify;
        padding: 20px 0 0 0px;
    }
    .parallax {
        height: 773px;
    }
    .pointers .solution-item-two p {
        font-size: 15px;
    }
}

@media screen and (min-width:769px) and (max-width:993px) {
    .banner-form {
        margin: 580px auto 0 auto;
    } 
}
@media screen and (max-width:768px) {
    .banner-section {
        background-image: none;
        background-color: #b80303;
    }
    .medical .banner-section {
        background-image: none;
        background-color: #b80303;
    }
    .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;
        line-height: normal;
    }
    .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;
    }
    .opportunities-list {
        padding: 10px 0;
        width: 20%;
    }
    .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-content {
        padding: 0 0 30px 0;
    }
    .eligibility-box {
        display: flex;
        gap: 0;
        justify-content: center;
        flex-direction: column;
    }
    .admission {
        color: #FFF;
    }
    .thankyou_button .banner-btn {
        padding: 18px;
    }
    .banner-form {
        margin: 440px auto 0 auto;
    }
    .parallax {
        height: 881px;
    }
}

@media screen and (max-width: 580px){
    .banner-form {
        margin: 240px auto 0 auto;
    }
    .parallax {
        background-image: url(../images/prog-bg.webp);
        height: 1602px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .opportunities-mainbox {
        flex-direction: column;
    }
    .opportunities-list {
        padding: 10px 0;
        width: 100%;
    }
    .obj_txt {
        font-family: 'Montserrat-Regular';
        font-size: 16px;
    }
    .obj_txt .obj_head {
        font-size: 25px;
    }
}

@media screen and (max-width:420px) {
    .parallax {
        height: 1728px;
    }
}

@media screen and (max-width:380px) {
    .parallax {
        height: 1775px;
    }
    .banner-form {
        margin: 175px auto 0 auto;
    }
    .thankyou_button {
        text-align: center;
        font-size: 12px;
    }
    .logo img {
        width: 80%;
    }
}
@media screen and (min-width:319px) and (max-width:381px) {
    .parallax {
        height: 1902px;
    }
}
@media screen and (max-width:320px) {
    .parallax {
        height: 2003px;
    }
    .obj_txt .obj_head {
        font-size: 21px;
    }    
}