@font-face {
    font-family: Raleway-Black;
    src: url(../css/font/Raleway-Black.ttf);
}

@font-face {
    font-family: Raleway-ExtraBold;
    src: url(../css/font/Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(../css/font/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src: url(../css/font/Raleway-Medium.ttf);
}

@font-face {
    font-family: Raleway-Regular;
    src: url(../css/font/Raleway-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Black;
    src: url(../css/font/Montserrat-Black.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../css/font/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../css/font/Montserrat-Medium.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../css/font/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../css/font/Montserrat-SemiBold.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 17px;
    line-height: 25px;
    color: #707070;
    font-weight: 400;
    overflow-x: hidden;
    font-family: Raleway-Regular;
}

img {
    max-width: 100%;
    height: auto;
}

img:focus {
    outline: none;
}

a {
    color: #707070;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #2B2B2B;
    outline: none;
}

.main-area ul li,
.main-area ol li {
    margin-bottom: 15px;
}

ul,
ol {
    padding-left: 0;
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

.section-heading {
    color: #000;
    font-family: Montserrat-Regular;
    font-size: 30px;
    padding: 0 0 20px 0;
    line-height: normal;
}

.section-heading span {
    font-family: Montserrat-Bold;
    color: #1b71be;
}

.divider {
    background-image: url(../images/divider.png);
    width: 65px;
    height: 10px;
    display: block;
    margin: 0 0 15px;
}
.divider-blue {
    background-image: url(../images/divider1.png);
    width: 65px;
    height: 10px;
    display: block;
    margin: 0 0 15px;
}
.divider.center, .divider-blue.center {
    margin: 0 auto 20px;
}
.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: center;
}

.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: #093b6c;
    font-family: Raleway-Medium;
    font-weight: 800;
}

.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: #1b71be;
}

.nav-triggerr {
    display: none;
}


.main {
    margin-top: 80px;
}

.registration-btn{
    display: none;
}

.registration-btn a{
    display:none;
}
.main-navigation li a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #1b71be;
    right: -16px;
    top: 8%;
}
.main-navigation li:last-child a::before {
    display: none;
}

.main-navigation li .bcta::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 28px;
    background-color: #1b71be;
    right: -16px;
    top: 17%;
}
/******  Header Ends ****/

/* Banner section starts */
.banner_section{
    padding: 0;
    position: relative;
}

.banner_box {
    background-image: url(../images/banner-img.webp);    
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 25px 0;
    min-height: 585px;
    width: 100%;  
    background-color: #629dd2;  
}

.banner_text {
    font-family: Montserrat-Black;
    color: #FFF;
    font-size: 43px;
    line-height: 54px;
}

.banner_admission {
    color: #FFF;
    font-size: 17px;
    line-height: 23px;
    font-family: Montserrat-SemiBold;
    padding: 30px 0;
}

.banner_admission span {
    color: #E3C70C;
}

/* 
.bcta {
    background-color: #003161;
    -webkit-border-radius: 10px;
    border-radius: 10px ;
    border: none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat-Bold;
    font-size: 18px !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;
    margin: 0 0 0 10px;
  }
  .bcta:after{
    display: none;
}
  @-webkit-keyframes glowing {
    0% { background-color: #003161; -webkit-box-shadow: 0 0 3px #003161; }
    50% { background-color: #09345f; -webkit-box-shadow: 0 0 40px #09345f; }
    100% { background-color: #003161; -webkit-box-shadow: 0 0 3px #003161; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #003161; -webkit-box-shadow: 0 0 3px #003161; }
    50% { background-color: #09345f; -webkit-box-shadow: 0 0 40px #09345f; }
    100% { background-color: #003161; -webkit-box-shadow: 0 0 3px #003161; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #003161; -webkit-box-shadow: 0 0 3px #003161; }
    50% { background-color: #09345f; -webkit-box-shadow: 0 0 40px #09345f; }
    100% { background-color: #003161; -webkit-box-shadow: 0 0 3px #003161; }
  }
  
  @keyframes glowing {
    0% { background-color: #003161; -webkit-box-shadow: 0 0 3px #003161; }
    50% { background-color: #09345f; -webkit-box-shadow: 0 0 40px #09345f; }
    100% { background-color: #003161; -webkit-box-shadow: 0 0 3px #003161; }
  }
  .apply-now-btn{
    padding: 10px 20px !important;
    width: 200px;
    display: none;
    align-items: center;
    margin: 0 auto;
    background-color: #003161;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
  } */
  .navbar {
    padding-bottom: 0 !important;
  }
/*-------------- Banner section ends ---------------*/
  
/* <!------------------------Form section start--------------------------> */
.form{
    margin-top: 20px
}
.form-mainbox .form-heading {
    color: #000000;
    font-family: Montserrat-Medium;
    font-size: 30px;
    margin: 0 0 33px 0;
    text-align: center;
    font-weight: 900;
  }
  .form-mainbox {
    box-shadow: 20px 15px 86px rgb(0 83 125 / 21%);
    padding: 30px 30px 10px 30px;
    background-color: #FFF;
    border-radius: 41px;
    /* margin: -160px 0 0px 0; */
  }
  
  .form-box {
    position: relative;
    margin: 0 0 30px 0;
  }
  .form-label {
    background-color: #fff;
    font-family: Montserrat-Medium;
    position: absolute;
    top: -12px;
    left: 20px;
    color: #707070;
    padding: 0 2px;
    font-size: 13px;
    margin: 0;
  }
  .form-box select, textarea{
    background-color: #fff;
    width: 100%;
    border: 1px solid #e4e4e4;
    line-height: normal;
    padding: 15px;
    border-radius: 5px;
    color: #707070;
    font-size: 12px;
    font-family: Montserrat-Medium;
  }
  .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #e4e4e4;
    border-radius: 7px;
    height: 45px;
  }
  select.form-control {
    background: url("../images/dropdown.png") no-repeat 97% #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #707070;
  }
  .form-mainbox .btn_submit {
    background-color: #00537e;
    color: #FFF;
    border-radius: 25px;
    font-size: 16px;
    border: 1px solid;
    font-family: Montserrat-Medium;
    padding: 5px 30px;
    transition-duration: 0.3s;
    font-weight: 800;

  }
  .form-mainbox .btn_submit:hover {
    background-color: #FFF;
    color: #00537e;
    border: 1px solid #00537e;
  }
  input:-internal-autofill-selected {
    background-color: #FFFF;
  }
  .loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #00537e; 
    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; 
  }  
  .g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}

/* Reg Closing Soon btn starts */
.bcta {
  background-color: #9a0601;
  -webkit-border-radius: 10px;
  border-radius: 10px ;
  border: none; 
  color: #FFFFFF !important;
  /* cursor: pointer; */
  display: inline-block;
  font-family: Montserrat-Bold;
  font-size: 23px !important;
  padding: 20px 20px;
  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;
  margin: -3px 0 0 10px;
}
.bcta:after{
  display: none;
}
@-webkit-keyframes glowing {
  0% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
  50% { background-color: #c01303; -webkit-box-shadow: 0 0 40px #c01303; }
  100% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
}

@-moz-keyframes glowing {
  0% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
  50% { background-color: #c01303; -webkit-box-shadow: 0 0 40px #c01303; }
  100% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
}

@-o-keyframes glowing {
  0% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
  50% { background-color: #c01303; -webkit-box-shadow: 0 0 40px #c01303; }
  100% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
}

@keyframes glowing {
  0% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
  50% { background-color: #c01303; -webkit-box-shadow: 0 0 40px #c01303; }
  100% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
}
.reg-closing{
    margin-top: 75px;
}
/*----------- Form section end ------------------*/
  
/* 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); 
    } 
} 

.reg-desk {
    display: none;
    right: 0;
    z-index: 0;
    border: none;
    outline: 0;
    background-color: #003161;
    color: #fff;
    /* cursor: pointer; */
    padding: 11px 18px;
    font-size: 27px;
    opacity: 0.9;
    width: 16%;
    position: absolute;
    bottom: 140px;
    left: 210px;
    font-family: 'Montserrat-Bold';
  }
  .reg-desk:hover {
    /* background-color: #555; */
    opacity: 1;
  }
  .reg-desk a{
    color: #fff;
  }
/* banner animation section end */


/* about section start */
.about{
    margin: 80px 0;
}
.about .container-fluid{
    margin: 0;
    padding: 0;
    position: relative;
}
.about-box {
    background: #fff;
    color: #000;
    padding: 20px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.3s;
    position: absolute;
    z-index: 1;
    left: 200px;
    top: -30px;
}
.about-box p{
    text-align: justify;
    margin-bottom: 0;
    font-size: 14px;
}
.about-desk{
    display: block;
}
.about-mob{
    display: none;
}
/* about section end */

/* program section start */
.program-section {
    /* margin: 70px 0; */
    background: #9fbbe754;
    padding: 50px 0;
    margin-top: 80px;
}
.prog-box p {
    color: #000;
}
.prog-content p {
    color: #000;
}
.program-section .section-heading {
    color: #000;
    padding: 0 0 20px;
}
.prog-box {
    padding: 50px 65px 50px 110px;
    background: #093b6c;
    z-index: 1;
}
.prog-content {
    padding: 50px 55px 38px;
    background: #fff;
    z-index: 1;
    margin: 0 -65px 0 0;
    text-align: justify;
}
.prog-section-title h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 800;
    /* margin-bottom: 20px; */
    text-transform: uppercase;
    margin: 5px 0 0 10px;
}
.prog-section-title p{
    color: #fff;
    list-style: circle;
    margin: 10px 0 20px 0;
}
.prog-section-title ul li{
    color: #fff;
    list-style: circle;
    margin: 10px 0 0px 0;
}

.prog-section-title img{
    width: 48px;
    height: 48px;
}
/* program section end */

/* objective section start */
.objective-section {
    padding: 70px 0 0 0;
}
.objective-box {
    max-width: 100%;
    color: #000;
    background-color: #9fbbe74f;
    display: flex;
    align-items: center;
    padding: 0 0;
}
.objective-box .heading {
    font-family: Raleway-Bold;
    font-size: 20px;
    padding: 0 0 10px;
}

.objective-img img {
   width: 100%;
    /* height: 113px; */
}
.objective-content ul li{
 list-style:circle;
}
.objective-mainbox{
    text-align: justify;
}
.obj-text{
    padding: 0 50px;
}
.obj-text1{
    padding: 0 50px; 
}
/* objective section end */

/* ADMISSION PROCESS START */
.adm-process{
    margin: 70px 0;
}
.adm-process p{
    font-size: 25px;
}
  .int_process_wrapper {
    padding: 20px 0;
  }
  .int_process_wrapper .int_heading {
    margin-bottom: 40px;
  }
  
  .int_heading {
    margin-bottom: 47px;
    z-index: 1;
    text-align: center;
  }
  .int_process_back_change2 .int_heading h4 {
    color: #ff1d4d;
  }
  .int_heading h4 {
    color: #c6a47e;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
  }
  .int_heading h2 {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    z-index: 2;
    position: relative;
    margin-top: 6px;
  }
  .int_process_wrapper .process_box_wrapper {
    margin-top: 33px;
    position: relative;
  }
  .process_box_wrapper .process_box {
    position: relative;
    margin-bottom: 21px;
    text-align: center;
  }
  .int_process_wrapper .process_circle {
    margin-bottom: 48px;
    position: relative;
  }
  .int_process_wrapper .process_circle h2 {
    position: relative;
    color: #093b6c;
    font-size: 32px;
    font-weight: 500;
    z-index: 2;
  }  
  
  .int_process_wrapper .process_circle h2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* background: #21262B; */
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 6px solid rgb(57, 63, 69);
    z-index: -1;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
  }
  
  .int_process_back_change2 .process_circle h2:after {
    background: transparent;
    border: 6px solid rgb(27 113 190);
    /* border: 6px solid rgba(57, 63, 69, 0.8); */
  }
  .int_process_back_change2 .process_circle:after {
    background: rgb(27 111 190);
    z-index: 9;
  }
  .process_circle:after { 
    content: "";
    position: absolute;
    top: 18px;
    left: 177px;
    margin: auto;
    background: #33393f;
    width: 71%;
    height: 2px;    
    z-index: -1;
  }
  .int_process_wrapper .process_box h1 {
    font-family: 'VisbyBold';
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .int_process_wrapper .process_box h1{
    color: #fff;
    text-decoration: none;
  }
  
  .int_process_back_change2 .process_box h1:after {
    background: #093b6c;
  }
  
  .int_process_wrapper .process_box h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 46px;
    height: 2px;
    /* background: #c6a47e; */
  }
  .int_process_wrapper .process_box p {
    font-family: Montserrat-SemiBold;
    color: #000;
    margin: 0;
    font-size: 16px;
  }
  .int_process_wrapper .process_box p span a{
    font-family: 'VisbyRegular';
    color: #000;
    margin: 0;
    text-decoration: none;
    background: #093b6c;
    padding: 10px 10px;
    border-radius: 20px;
  }
  .int_process_wrapper .process_box p span:hover a{
    color: #093b6c;
    background: #fff;
    border: 1px solid #093b6c;
  }
  .process_box_wrapper .process_box:after {
    position: absolute;
    right: 0;
    top: 11px;
    margin: auto;
    color: #093b6c;
    z-index: 2;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 600;
    height: 16px;
    line-height: 16px;
    text-rendering: auto;
    width: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
  }
  .int_process_wrapper.int_process_back_change2:after {
    position: absolute;
    content: "";
    /* background: rgba(0, 0, 0, 0.80); */
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .process_box_wrapper .col-12:last-child .process_circle:after, .process_box_wrapper .col-12:last-child .process_box:after {
    display: none;
  }
  .int_process_back_change2 .process_box:hover h2:after {
    border: 6px solid #093b6c;
  }
/* ADMISSION PROCESS END */

/* Opportunities section start */
#Opportunities {
    padding: 60px 0;
    background-color: #eee;
}
#partner-box .section-heading {
    color: #fff;
    font-family: Montserrat-Regular;
    font-size: 30px;
    padding: 0 0 30px 0;
    line-height: normal;
}

#partner-box .section-heading span {
    font-family: Montserrat-Bold;
    color: #093b6c;
}

.programme_structure_inner {
    margin: 40px 0 20px 0;
    display: flex;
}
.programme_structure_box{
    padding: 20px 15px;
    background: #e1eaf8;
    /* margin-right: 20px; */
    max-height: 210px;
    text-align: center;
}
.programme_structure_box:hover {
    background: #093b6c;
    opacity: 1;
}
.programme_structure_box:hover h4{
    color: #fff;
}
.programme_structure_box:hover .icon-box{
    box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
}
.programme_structure_box h4{
    font-size: 16px;
    max-height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 82px;
    color: #000;
}
.programme_structure_box p{
    padding: 0px;
    margin: 0;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 120px;
    display: none;
}
.partners-box {
    padding: 75px 50px 26px 50px;
    background: #629dd2;
    color: #fff;
    height: auto;
    border: 1px solid #093b6c;
    border-bottom: 5px solid #093b6c;
    font-size: 19px;
    line-height: 28px;
}
.programme_structure_box .icon-box{
    /* width: 25%; */
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
    /* border-radius: 30px; */
    margin-bottom: 20px;
}
.programme_structure_section{
    margin: 40px 0;
    background: #e1eaf85c;
}
/* Opportunities section end */


/* wyh sihs section start */

.whysihs-section {
    padding: 50px 0;
}

.whysihs-section .section-heading span {
    color: #1b71be;
}

ul.custom-list {
    max-width: 94%;
    padding: 10px 0;
    color: #000;
}

.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;
}

.why li::before {
    content: '';
    position: absolute;
    background-image: url(../images/tick-red.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    top: 5px;
    left: 0;
}

/* wyh sihs section send*/

/* date section start */

.date-section {
    padding: 20px 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: #1b71be;
    background: linear-gradient(180deg, rgb(8 59 107) 0%, rgb(23 68 112 / 90%) 26%, rgb(7 55 99 / 73%) 100%);
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: transparent;
    color: var(--bs-table-striped-color);
}

.table a {
    color: #08AB9D;
    text-decoration: none;
}

.table a:hover {
    color: #E32323;
}

.date-section .section-heading span {
    color: #1b71be;
}
/* date section end */


/* footer section start */

footer {
    background-color: #629dd2;
    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: #093b6c;
}
/* footer section end */

/* Top button start*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #093b6c;
    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 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: 25%;
    float: left;
    margin: 0 0 40px 0;
    min-height: 380px;
}

.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: center;
}

.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, #093b6c 0, #093b6ca1 100%); 
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: 0.4s;
}
.ty_btn:hover {
    text-decoration: none;
    color: #093b6c;
    background: #fff;
    border: 1px solid #093b6c;
}
.btn_tysubmit a {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #093b6c 0, #093b6ca1 100%);
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-transform: 0.4s;
    text-decoration: none;
}
.btn_tysubmit a:hover {
    text-decoration: none;
    color: #093b6c;
    background: #fff;
    border: 1px solid #093b6c;
}

/*thankyou page end*/

/* Responsive Section starts */
@media screen and (min-width:1601px) and (max-width:2000px) {
    .banner_box {
        background-size: contain;
        min-height: 800px;
        background-color: #629dd2;
    }
    .opportunities_card {
        min-height: 510px;
    }
    .cstm-list li img {
        width: 15%;
    }
    .content-box .cstm-list li p {
        margin: -45px 0px 25px 85px;
    }
    .g-recaptcha {
        transform:scale(0.87);
        transform-origin:0 0;
    }
    .reg-desk{
        width: 13%;
        bottom: 212px;
        left: 113px;
    }
    .about-box {
        background: #fff;
        color: #000;
        padding: 50px 40px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        transition: 0.3s;
        position: absolute;
        z-index: 1;
        left: 270px;
        top: 80px;
    }   
    .about-box p{
        font-size: 20px;
    }
}
@media screen and (max-width:1600px) {
    .main-navigation ul li {
        padding: 10px 11px;
    }
    .main-navigation ul li a {
        font-size: 14px;
    }
    .main-navigation {
        text-align: right;
    }
    .banner_box {
        background-size: contain;
        /* min-height: 610px; */
    }
    .content-box .cstm-list li p {
        margin: -45px 0px 25px 70px;
    }
    .about-box {
        top: 50px;
    }   
}
@media screen and (min-width:1301px) and (max-width:1599px) {  
    .g-recaptcha {
        transform:scale(0.67);
        transform-origin:0 0;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
    .reg-desk{
        bottom: 140px;
        left: 130px;
    }
    .about-box {
        top: 50px;
    }   
}


@media screen and (min-width:992px) and (max-width:1200px) {
    .opportunities_card {
        min-height: 600px;
    }
    .admission_mainbox_after::after{
        display: none;
    }
    .banner_box {
        padding: 0 ;
        /* min-height: auto; */
        background-size: contain;
    }
    .banner-form-wrap {
        padding-top: 0;
    }
    .footer_box1 {
        width: 35%;
    }
    .footer_box2 {
        float: left;
        width: 30%;
    }
    .footer_heading {
        font-size: 22px;
    }
    .footer_content {
        font-size: 16px;
    }
    .programme_structure_box h4 {
        font-size: 14px;
    }    
    .reg-desk {
        display: none;
        right: 0;
        z-index: 0;
        border: none;
        outline: 0;
        background-color: #003161;
        color: #fff;
        cursor: pointer;
        padding: 11px 18px;
        font-size: 27px;
        opacity: 0.9;
        width: 19%;
        position: absolute;
        bottom: 175px;
        left: 80px;
        font-family: 'Montserrat-Bold';
    }
}
@media screen and (min-width:1025px) and (max-width:1300px) { 
    .reg-desk{
        bottom: 140px;
        left: 84px;
    }
    .about-box {
        top: -30px;
    }   
    .about-box p{
        font-size: 14px;
    }
}
@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%;
    }
    .banner_box {
        padding: 0 ;
        /* min-height: auto; */
    }
    .banner-form form {
        z-index: 2;
        position: relative;
        padding: 10px 20px 16px 20px;
    }
    .banner-form-wrap {
        padding-top: 0;
    }
    .main-navigation li a::before {
        display: none;
    }
    .form-mainbox { 
        margin: -110px 0 0px 0;
        position: relative;
    }
    .about-desk{
        display: none;
    }
    .about-mob{
        display: block;
    }
    .about-box {
        left: 200px;
        position: relative;
        margin-bottom: 30px;
    }
    .process_circle:after {
        top: 18px;
        left: 154px;
        width: 65%;
    }
    .programme_structure_box {
        max-height: 220px !important;
    }
    .programme_structure_box h4 {
        font-size: 14px;
    }    
    .g-recaptcha {
        transform:scale(0.60);
        transform-origin:0 0;
    }
    .reg-desk {
        width: 20%;
        position: absolute;
        bottom: 237px;
        left: 65px;
        font-family: 'Montserrat-Bold';
    }
    .about {
        margin: 40px 0 0 0  !important;
    }
    .program-section {
        margin-top: 0 !important;
    }
    .about-box {
        top: 0 !important;
    }
}


@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%;
    }
    .opportunities_card {
        min-height:fit-content;
    }
    .medical .prcess_list.last_list .process_content {
        max-width: 100%;
        padding: 0;
    }
    .process_content {
        padding: 10px 20px;
        max-width: 100%;
        text-align: left;
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .medical .process_content {
        min-height: auto;
        padding: 0px 0;
        text-align: left;
        max-width: 100%;
    }
    .form-banner-mainbox {
        margin: 0;
    }
    .banner-form {
        margin: 610px auto 0 auto;
    }
    .registration-btn{
        display: block;
        overflow: hidden;
        background-color: #1b71be;
        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_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;
    }
    .admission_mainbox_after::after{
        display: none;
    }
    .admission_no {
        font-size: 35px;
    }
    .admission_no span {
        font-size: 35px;
    }
    .admission_listbox {
        flex-direction: column;
        text-align: center;
    }
    .admission_list {
        padding: 20px 0 20px 0;
        max-width: inherit;
        border-bottom: 1px dashed;
    }
    .admission_no {
        font-size: 35px;
        padding: 5px 0 15px 0;
    }
    .cstm-list li img {
        width: 6%;
    }
    .content-box .cstm-list li {
        margin: 20px 0;
    }
    .content-box .cstm-list li p {
       margin: -35px 0px 0px 77px;
    }
    
    .py-120 {
        padding-block-start: 120px !important;
        padding-block-end: 120px !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .main-navigation li a::before {
        display: none;
    }
    .reg-desk {
        display: none;
        right: 0;
        z-index: 0;
        border: none;
        outline: 0;
        background-color: #003161;
        color: #fff;
        cursor: pointer;
        padding: 4px 10px;
        font-size: 14px;
        opacity: 0.9;
        width: 13%;
        position: absolute;
        bottom: 236px;
        left: 62px;
        font-family: 'Montserrat-Bold';
    }
    .form-mainbox {
        margin: -153px 0 0px 0;
        position: relative;
    }
    .g-recaptcha {
        transform:scale(0.67);
        transform-origin:0 0;
    }
    .reg-closing {
        /* margin-top: 68px; */
        align-items: center;
        text-align: center;
        position: absolute;
        top: 0px;
    }
    .bcta{
        font-size: 18px !important;
        padding: 10px 10px;
    }
}

@media screen and (max-width:768px) {
    .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: 590px !important;
        background-color: #fff;
    }
    .banner-section {
        background-image: none;
        background-color: #1b71be;
    }
    .banner-section::before {
        display: none;
    }
    .banner-text {
        color: #FFF;
    }
    .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,
    .prcess_list.last_list {
        background-image: none;
        width: 100%;
    }
    .prcess_list.last_list .process_content {
        max-width: 100%;
    }
    .opportunities-mainbox {
        flex-direction: column;
    }
    .opportunities-list {
        padding: 10px 0;
        width: 100%;
    }
    .opportunities-mainbox.list-box {
        margin: 0px 0 0 0;
    }
    ul.custom-list {
        max-width: 100%;
        padding: 0px 0;
    }
    .reg-section {
        padding: 0px 0 50px 0;
    }
    .reg-contentbox {
        padding: 30px 20px;
    }
    .reg-imgbox img {
        position: relative;
    }
    .reg-heading {
        line-height: 40px;
    }
    .eligibility-box {
        display: flex;
        gap: 0;
        justify-content: center;
        flex-direction: column;
    }
    .medical .prcess_list.last_list {
        background-image: none;
    }
    .medical .prcess_list.last_list .process_content {
        max-width: 100%;
        padding: 0;
    }
    .admission_listbox {
        flex-direction: column;
    }
    .admission_list {
        padding: 20px 0 20px 0;
        max-width: inherit;
        border-bottom: 1px dashed;
    }
    .admission_no {
        font-size: 35px;
        padding: 5px 0 15px 0;
    }
    .admission_list:last-child {
        border-bottom: none;
    }
    .banner-form {
        margin: 525px auto 0 auto;
    }
    .content-box .cstm-list li {
        margin: 25px 0;
    }
    .cstm-list li img {
        width: 8%;
    }
    .content-box .cstm-list li p {
        margin: -44px 0px 0px 77px;
    }
    .prog-section-title h4 {
        font-size: 18px;
    }
    .prog-box {
        padding: 50px 65px 50px 80px;
    }  
    .about-box {
        left: 50px;
        width: 89%;
        position: relative;
        margin-bottom: 30px;
    }  
    .objective-box {
        padding: 30px 0;
    }
    .process_box_wrapper .process_box:after, .process_circle:after {
        display: none !important;
    }
    .int_process_wrapper .process_box p {
        padding-bottom: 20px;
    }
    .adm-process {
        margin: 20px 0 0 0;
    }
    .programme_structure_section {
        margin: 0px 0;
    }
    .reg-desk {
        display: none;
        right: 0;
        z-index: 0;
        border: none;
        outline: 0;
        background-color: #003161;
        color: #fff;
        cursor: pointer;
        padding: 4px 10px;
        font-size: 14px;
        opacity: 0.9;
        width: 16%;
        position: absolute;
        bottom: 236px;
        left: 44px;
        font-family: 'Montserrat-Bold';
    }
    .g-recaptcha {
        transform:scale(1);
        transform-origin:0 0;
    }
}
@media screen and (max-width: 580px){
    .banner-form {
        margin: 350px auto 0 auto;
    }
    .how-it-work-wrapper {
        margin-bottom: 24px;
    }
    .how-it-work-wrapper div[class*=col]:nth-child(even) > div {
        transform: translateY(24px);
    }
    .programme_structure_box {
        margin: 10px 0;
    }
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
    .footer-links strong {
        font-size: 16px !important;
        line-height: 12px !important;
    }
    .footer-links h1 {
        color: #fff;
        font-size: 11px !important;
        margin-top: 10px !important;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0px 0 0 0;
        min-height: 243px !important;
        background-color: #fff;
    }
    .form-mainbox {
        margin: 0 0;
    }
    .prog-content {
        margin: 0 0 -31px 0;
        width: 90%;
    }
    .objective-box{
        display: flex;
        flex-direction: column;
    }
    .obj-text {
        padding: 20px 50px;
    }
    .objective-box {
        padding: 30px 0 0 0;
    }
    .objective-section {
        padding: 40px 0 0 0;
    }
    .objective-content{
        padding-bottom: 20px;
    }
    .about-box {
        width: 80%;
    }
    .programme_structure_inner {
        margin: 10px 0 0px 0;
    }
    .programme_structure_box {
        max-height: 190px !important;
    }
    .programme_structure_box h4 {
        font-size: 16px;
    }
    .reg-desk {
        width: 27%;
        position: absolute;
        bottom: 47px;
        left: 23px;
    }
     .reg-closing {
        align-items: center;
        text-align: center;
        position: absolute;
        top: -30px;
    }
    .bcta {
        font-size: 17px !important;
    }
}
@media screen and (min-width:381px) and (max-width:420px) { 
    .reg-desk {
        width: 29%;
        position: absolute;
        bottom: 55px;
        left: 19px;
    }
    .bcta {
        font-size: 14px !important;
    }
}
@media screen and (max-width:380px) {
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0px 0 0 0;
        min-height: 201px !important;
        background-color: #fff;
    }   
    .thankyou_button {
        text-align: center;
        font-size: 12px;
    }
    .logo img{
        width: 80%;
    }
    .prog-box {
        padding: 50px 20px 50px 25px;
    }
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
    .reg-desk {
        width: 28%;
        position: absolute;
        bottom: 27px;
        left: 19px;
        padding: 2px 5px;
    }
    .reg-desk a {
        color: #fff;
        font-size: 12px;
    }
    .about-box {
        width: 78%;
    }
    .bcta {
        font-size: 13px !important;
    }
}



@media screen and (max-width:320px) {
    .reg-desk {
        width: 28%;
        position: absolute;
        bottom: 45px;
        left: 9px;
        padding: 2px 5px;
    }
   
}