@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;
    color: #c20000; 
}


/******  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 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: #c20000;
    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: #005993;
}

.nav-triggerr {
    display: none;
}

.top_btn {
    padding: 8px 15px;
    background-color: #A40000;
    border-radius: 90px;
    float: right;
    transition-duration: 0.3s;
    position: relative;
    bottom: 0;
    margin: 20px 20px 0px 0px;
}

.top_btn:hover {
    background-color: #0A1622;
}

.main {
    margin-top: 80px;
}

.registration-btn {
    display: none;
}

.registration-btn a {
    display: none;
}
.main-navigation li a::before {
    content: "";
    position: absolute;
    width: .5px;
    height: 18px;
    background-color: #2B2B2B;
    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: contain;
    background-color: #005993;
    /* background-color: #e1f1fe; */
    /* 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: #c20000;
    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: #c20000;
    font-weight: 700;
}

.banner-content ul {
    margin: 15px 0 0 0;
    padding: 0;
}

.banner-form {
    max-width: 360px;
    position: relative;
    background-color: #c30000c2;
    border-radius: 40px;
    z-index: 1;
    margin: 50px 0 0 20px;
}

.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: 55px */
}

.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: linear-gradient(113deg, #005993 0, #005993a1 100%);
    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: #005993 !important;
    background: #fff !important;
    border: 2px solid #005993 !important;
}

select {
    color: #9e9e9e;
}

option:not(:first-of-type) {
    color: black;
}

.loader {
    display: none;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #e32323;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading {
    background-color: #ccc;
    pointer-events: none;
}

/* 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: 50px 0;
}

.about-content-mainbox {
    position: relative;
}

.about-section .section-heading span {
    color: #c20000;
  }

.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-imgbox img {
    border: 5px solid #c20000;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}


/* about section end */


/* program section start */

.program-section {
    background-color: #6c757ed9;
    background-image: url(../images/ivf-technology.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin: 0;
    min-height: 215px !important;
    padding: 40px 0 130px 0;
    color: #FFF;
    /* margin-bottom: 60px; */
    /* background-blend-mode: multiply; */
    /* opacity: 0.9; */
    background-blend-mode: overlay;
    background-color: #000000bf;
}

.program-section .section-heading {
    color: #FFF;
    padding: 5px 0 30px 0;
    line-height: 38px;
}
.program-section .section-heading span{
    color: #FFF;
}
/* Box Content - -- In Program details section*/
.box-content {
    padding-top: 0;
    color: #fff;
    margin: -110px 0 80px 0;
}

.box-content .first-box {
    background: #005993;
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    border: 4px solid #c30000;
}
.first-box:hover{
    background: #fff;
    color: #000;
    border: 1px solid #005993;
}
.first-box:hover .icon{
    background: #c30000;
    border-radius: 5px;
}
.first-box:hover .icon img{
    width: 30px;
    height: 30px;
    margin: 0 0 0 7px;
}
.first-box:hover .content h3, .first-box:hover .content p {
    background: #fff;
    color: #000;
}

.box-content .second-box {
    background: #005993;
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    border: 4px solid #c30000;
}
.second-box:hover{
    background: #fff;
    color: #000;
    border: 1px solid #005993;
}
.second-box:hover .icon1{
    background: #c30000;
    border-radius: 5px;
}
.second-box:hover .icon1 img{
    width: 30px;
    height: 30px;
    margin: 0 0 0 7px;
}
.second-box:hover .content1 h3, .second-box:hover .content1 p {
    background: #fff;
    color: #000;
}

.box-content .third-box {
    background: #005993;
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    border: 4px solid #c30000;
}
.third-box:hover{
    background: #fff;
    color: #000;
    border: 1px solid #005993;
}
.third-box:hover .icon{
    background: #c30000;
    border-radius: 5px;
}
.third-box:hover .icon img{
    width: 30px;
    height: 30px;
    margin: 0 0 0 7px;
}
.third-box:hover .content h3, .third-box:hover .content p {
    background: #fff;
    color: #000;
}

.box-content .icon {
    width: 20%;
    float: left;
    padding: 6px 0;
}

.box-content .icon1 {
    width: 10%;
    float: left;
    padding: 6px 0;
} 

.icon img, .icon1 img{
    width: 45px;
    height: 45px;
}

.box-content .content {
    width: 80%;
    float: left;
    padding-left: 5%;
}

.box-content .content1 {
    width: 90%;
    float: left;
    padding-left: 3%;
}

.box-content .content p, .box-content .content1 p {
    color: #fff;
    margin-bottom: 20px;
    text-align: justify;
}

.box-content .content h3, .box-content .content1 h3 {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
    font-weight: 700;
}

.box-content .content h3:after, .box-content .content1 h3:after {
    content: '';
    width: 30px;
    height: 1.5px;
    float: left;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -15px;
}

/* program section end */

/* ADMISSION PROCESS START */

.process-section {
    padding: 0 0 80px 0;
}

.process-section span {
    color: #c30000;
}

.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:#c30000 !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 #c30000 !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;
}
.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: 1.5rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255) !important;
}   
.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: #005993;
    color: #FFF;
    padding: 70px 0;
    border-top: 5px solid #c30000;
    border-bottom: 5px solid #c30000;
}

.opportunities-section .section-heading {
    padding: 0 0 35px 0;
}

.opportunities-section .section-heading span {
    color: #FFF !important;
}

.opportunities-mainbox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.opportunities-mainbox.list-box {
    margin: 30px 0 0 0;
}

.opportunities-list {
    width: 35%;
}

.opportunities-list .text {
    padding: 15px 10px;
}

.opportunities-list img {
    max-width: 60px;
    min-height: 60px;
}


/* Opportunities section end */


/* wyh sihs section start */

.whysihs-section {
    padding: 60px 0 0 0;
}

.whysihs-section p {
    color: #000;
}

.whysihs-section .section-heading span {
    color: #c20000;
}

ul.custom-list {
    max-width: 94%;
    padding: 40px 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;
}


/* wyh sihs section send*/


/* registration section start  */

.reg-section {
    padding: 80px 0 50px 0;
}

.registration-mainbox {
    background: #E32323 0% 0% no-repeat padding-box;
    color: #FFF;
    box-shadow: rgb(0 0 0 / 45%) 0px 80px 70px -85px;
}

.reg-contentbox {
    padding: 70px 20px 70px 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: #c20000;
}

.date-section {
    padding: 60px 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(163, 12, 19);
    background: linear-gradient(180deg, rgb(194 0 0) 0%, rgb(194 0 0) 26%, rgb(194 0 0 / 69%) 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: #6c757e;
}


/* date section end */


/* footer section start */

footer {
    background-color: #005993;
    color: #fff;
    width: 100%;
    float: left;
    padding: 60px 0 0px 0;
    border-top: 5px solid #c30000;
}

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: #c52f33;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.5;
    height: 40px;
    width: 40px;
}

#myBtn:hover {
    opacity: 1;
}

/* Top button ends*/

/* 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;
}


/* 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: #e32323;
    text-decoration: none;
}

.thankyou_banner_section {
    padding: 150px 0 120px 0;

}

.ty_btn {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #e32323 0, #e32323a1 100%);
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: 0.4s;
}

.ty_btn:hover {
    text-decoration: none;
    color: #e32323;
    background: #fff;
    border: 1px solid #e32323;
}

.btn_tysubmit a {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #e32323 0, #e32323a1 100%);
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-transform: 0.4s;
    text-decoration: none;
}

.btn_tysubmit a:hover {
    text-decoration: none;
    color: #e32323;
    background: #fff;
    border: 1px solid #e32323;
}

/*thankyou page end*/

/* Responsive section starts */
@media screen and (max-width:1200px) {
    .main-navigation ul li {
        padding: 10px 11px;
    }

    .main-navigation ul li a {
        font-size: 14px;
    }
    .main-navigation li a::before {
        display: none;
    }
    .main-navigation li:last-child a::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;
    }
    
    .banner-form {
        margin: 30px 0 0 20px;
    }

    .admission_text {
        margin: 26px 0 0 0;
    }
    .main-navigation li a::before {
        display: none;
    }
}

@media screen and (min-width:992px) and (max-width:2000px) {
    .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;
    }

    .form-box_footer {
        margin: 0 0 15px 0;
    }

    .opportunities-list img {
        min-height: 65px;
    }

    .banner_box {
        background-size: contain;
    }
}

@media screen and (max-width:992px) {
    .top_leftbox {
        width: 90%;
    }

    .nav-trigger {
        display: block;
        right: 20px;
        cursor: pointer;
        height: 22px;
        width: 28px;
        padding: 0;
        opacity: 1;
        position: absolute;
        top: 28px;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
        z-index: 999;
    }

    .nav-trigger .bars {
        background-color: #EC1B24;
        height: 4px;
        margin-bottom: 5px;
        width: 100%;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
    }

    .nav-trigger .bars:last-child {
        margin-bottom: 0;
    }

    .main-menu--open .bars:first-child {
        -webkit-transform: translateY(8px) rotate(136deg);
        transform: translateY(8px) rotate(136deg);
    }

    .main-menu--open .bars:nth-child(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .main-menu--open .bars:last-child {
        -webkit-transform: translateY(-10px) rotate(-136deg);
        transform: translateY(-10px) rotate(-136deg);
    }

    .main-menu--open .nav-trigger .bars {
        background-color: #FFF;
    }

    .main-navigation ul {
        width: 90%;
        max-width: 380px;
        margin: 60px auto 30px;
        text-align: left;
        display: block;
    }

    .main-navigation ul li {
        display: block;
        border-radius: 0;
        border-bottom: solid 1px #fff;
    }

    .main-menu--open .main-navigation {
        opacity: 1;
        pointer-events: auto;
    }

    .main-navigation ul li a {
        color: #FFF;
    }

    .main-navigation ul li:hover a {
        color: #FFF;
    }

    .main-navigation {
        background-color: #707070e3;
        height: 100%;
        left: 0;
        top: 0;
        overflow-y: auto;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 99;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .2s ease 0s;
        transition: opacity .2s ease 0s;
        border-top: 1px solid #fff;
    }

    .banner-section {
        background-position: right center;
        background-size: 68% 100%;
    }

    .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;
        align-items: center;
    }

    footer {
        text-align: center;
    }

    .footer-links {
        margin-bottom: 20px;
    }

    .admission_mainbox_after::after {
        display: none;
    }

    .admission_no span {
        font-size: 50px;
    }

    .admission_listbox {
        flex-direction: column;
        text-align: center;
        border-bottom: 1px dashed;
    }

    .admission_list {
        padding: 0 0 15px 0;
        max-width: inherit;
    }

    .admission_no {
        font-size: 35px;
        padding: 20px 0 15px 0;
    }

    .admission_list:last-child {
        border-bottom: none;
    }

    .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: #6c757d38;
        /* background-color: #e1f1fe; */
    }

    .banner-form {
        margin: 540px auto 0 auto;
    }

    .adm-prc-img {
        display: none;
    }

    /* .program-section {
        background-image: none;
    } */
    .program-section {       
        background-blend-mode: overlay;
        background-color: #000000bf;
    }
    .registration-btn {
        display: block;
        overflow: hidden;
        background-color: #c52f33;
        color: #fff;
        position: fixed !important;
        bottom: 0;
        z-index: 999999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto;
        border-radius: 0;
        left: 0px;
        font-family: 'Montserrat-SemiBold';
        padding: 5px;
    }

    .registration-btn a {
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        align-items: center;
    }

    .about-section .section-heading {
        text-align: center;
        padding: 30px 0;
    }

    .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;
    }
    .box-content .first-box, .box-content .second-box {
        margin-bottom: 10px;
    }
    
    .process-section .line:before {
        right: -137px;
    }
    .process-section .line:after {
        right: -70px;
    }    
    .process-section h3 {
        font-size: 16px;
    }
    .main-navigation li a::before {
        display: none;
    }
    .about-text {
        text-align: justify;
        padding: 0 0 20px 0px;
    }
    .section-heading {
        font-size: 28px;
    }
}

@media screen and (max-width:768px) {
    .banner-section {
        background-image: none;
        background-color: #EC1B24;
    }

    .medical .banner-section {
        background-image: none;
        background-color: #EC1B24;
    }

    .banner-section::before {
        display: none;
    }

    .banner-text {
        color: #FFF;
        padding: 10px 0;
    }

    .bold-content {
        color: #FFF;
    }

    .form-mainbox {
        padding: 20px;
    }

    .about-section {
        padding: 20px 0 50px 0;
    }

    .about-content-mainbox::after {
        display: none;
    }

    .about-imgbox {
        margin: 0 0 20px 0;
    }

    .program-section .section-heading {
        padding: 0 0 25px 0;
    }

    .tabs-wrapper .tab-content {
        margin: 20px 0;
    }

    .nav-item,
    .nav-pills .nav-link {
        width: 100%;
    }

    .process_list_mainbox {
        display: block;
        padding: 0;
    }

    .prcess_list.last_list .process_content {
        max-width: 100%;
    }

    .opportunities-mainbox {
        display: flex;
        /* flex-direction: column; */
    }

    .opportunities-list {
        padding: 10px 0;
        width: 35%;
    }

    .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;
    }

    .banner_admission_text {
        color: #fff;
    }

    .banner_right_img {
        display: none;
    }

    .bold-content {
        font-size: 26px;
    }

    .admission_listbox {
        flex-direction: column;
        border-bottom: 1px dashed;
    }

    .admission_list {
        max-width: inherit;
    }

    .admission_no {
        font-size: 45px;
        padding: 5px 0 5px 0;
    }

    .admission_list:last-child {
        border-bottom: none;
    }

    .banner-form {
        margin: 440px auto 0 auto;
    }

    footer::before {
        width: 100%;
    }

    .footer-content {
        padding: 0 0 30px 0;
    }

    .about-section {
        padding: 20px 0 50px 0;
    }

    .about-content-mainbox::after {
        display: none;
    }

    .about-imgbox {
        margin: 0 0 20px 0;
    }
    .process-section .line:before {
        right: -137px;
    }
    .process-section .line:after {
        right: -40px;
    }
    .process-section {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .box-content .icon  {
        width: 40%;
        float: left;
        padding: 6px 0;
    }
    .box-content .icon1  {
        width: 20%;
        float: left;
        padding: 6px 0;
    }
}

@media screen and (max-width: 580px) {
    .banner-form {
        margin: 275px auto 0 auto;
    }
    .process-section .line:before {
        content: '';
        width: 400px;
        height: 1px;
        border-top: 2px dotted #ffee04;
        position: absolute;
        top: 0;
        right: -150px;
        top: 190px;
    }
    .process-section .line:after {
        content: '';
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background: #c30000;
        position: absolute;
        right: -96px;
        left: 48px;
        top: 176px;
        border: 10px solid #fff;
    }
    .box-content .icon {
        width: 20%;
        float: left;
        padding: 6px 0;
    }   
    .opportunities-mainbox {
        display: flex;
        flex-direction: column;
    }

    .opportunities-list {
        padding: 10px 0;
        width: 100%;
    }
}

@media screen and (max-width:380px) {
    .banner-form {
        margin: 215px auto 0 auto;
    }

    .thankyou_button {
        text-align: center;
        font-size: 12px;
    }

    .logo img {
        width: 80%;
    }
}