@font-face {
    font-family: Montserrat-Black;
    src: url(../css/font/Montserrat-Black.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-Bold;
    src: url(../css/font/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../css/font/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: Montserrat-Light;
    src: url(../css/font/Montserrat-Light.ttf);
}

@font-face {
    font-family: Montserrat-ExtraBold;
    src: url(../css/font/Montserrat-ExtraBold.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 17px;
    line-height: 21px;
    color: #707070;
    font-weight: 400;
    overflow-x: hidden;
    font-family: Montserrat-Regular;
}

img {
    max-width: 100%;
    height: auto;
}

img:focus {
    outline: none;
}

a {
    color: #707070;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #2B2B2B;
    outline: none;
}

.main-area ul li,
.main-area ol li {
    margin-bottom: 15px;
}

ul,
ol {
    padding-left: 0;
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

.section-heading {
    color: #084169;
    font-family: Montserrat-Black;
    font-size:27px;
    padding: 0 0 35px 0;
}

section {
    padding: 30px 0;
}


/******  Header Starts ****/

.header {
    position: relative;
    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;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 0;
}

.main-navigation ul li a {
    font-size: 12px;
    line-height: normal;
    padding: 10px 6px 6px;
    color: #000;
    text-decoration: none;
    position: relative;
    font-family: Montserrat-Medium;
}

.main-navigation ul li:hover a,
.main-navigation ul li.active a {
    color: #C4161C;
    /* font-family: Montserrat-Bold; */
}

.nav-triggerr {
    display: none;
}

.main-navigation ul li {
    text-align: center;
    flex-grow: 1;
    position: relative;
    border-right: 1px #000 solid;
}

/* .main-navigation ul li:nth-last-child(2), */
.main-navigation ul li:last-child {
    border-right: none;
}

.main-navigation ul .contact a {
    background-color: #C4161C;
    color: #FFF !important;
    border-radius: 15px;
    padding: 5px 15px;
}
.main-navigation ul .bcta a{
    background-color: #9a0601;
    -webkit-border-radius: 10px;
    border-radius: 25px ;
    border: none; 
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat-Bold;
    font-size: 15px !important;
    padding: 6px 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: -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; }
  }
  .registration-btn {
    display: none;
  }
  /* Header ends */

/* Banner section starts */
.banner_section{
    padding: 0;
}

.banner_box {
    background-image: url(../images/banner-img.webp);    
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 25px 0;
    min-height: 650px;
    width: 100%;    
    background-color: #f4f4f4; /* Placeholder color */
    transition: background-image 0.3s ease-in-out;
    /* margin: -151px 0 0 0; */
}
.banner_box.loaded {
    background-color: transparent;
}

.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;
}


/*-------------- Banner section ends ---------------*/
  
/* <!------------------------Form section start--------------------------> */
.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(1 52 89 / 39%);
    padding: 30px 45px 10px 45px;
    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/arrow1.png") no-repeat 97% #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #707070;
  }
  .form-mainbox .btn_submit {
    background-color: #084169;
    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: #084169;
    border: 1px solid #084169;
  }
  input:-internal-autofill-selected {
    background-color: #FFFF;
  }
  .loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #084169; 
    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; 
  }  
/*----------- Form section end ------------------*/

/*---------- about section start ------------*/
.about_mainbox .section-heading{
    text-align: center;
}
.about_content {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #013459;
}
/* about section end */



/* --------PROGRAM OFFERED SECTION START ---------------*/
#program {
    padding: 30px 30px;
}
.program_offered .section-heading {
    color: #fff;
    font-family: Montserrat-Black;
    font-size:27px;
    padding: 0 0 35px 0;
}
.programmers_section{
    padding: 40px 0px 40px 0px;
    display: block;
    width: 100%;
    float: left;
}
.programmers_tab_sec .tab-content>.active{
    opacity: 1;
}
.programmers_tab_sec .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #044075;
}
.programmers_tab_sec .nav-pills .nav-link:hover{
    background: #044075;
    color: #fff;
}
.programmers_tab_sec .nav-pills .nav-link{
    background: #c1020008;
    font-size: 17px;
    text-align: center;
    font-family: Montserrat-SemiBold;
    border: 0.5px solid #c1020021;
  }

.programmers_tab_sec .programmers_content_box {
    background: #3b698e24;
    padding: 30px 20px;
    border-radius: 0px;
    margin: 30px 0 30px 0;
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 25px;
    border-right: 8px solid #044075;
}

.tab_content_mainbox .dualnote_content_box {
    background: #0261b4;
    padding: 30px 20px;
    border-radius: 0px;
    margin: 30px 0 30px 0;
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 25px;
    border-radius: 7px;
}
.tab_heading{
    margin: 10px 0px;
}

.programme_structure_sec .programme_structure_box{
  background: #fff;
  padding: 20px;
  margin: 30px 0 0px 0;
  box-shadow: 1px 1px 8px #0000000a;
  border-radius: 10px 10px 10px 10px;
  border-bottom: 5px solid #044075 !important;
  min-height: 240px;
  border: 0.5px solid #044075;
  transition-duration: 0.7s;
}
.programme_structure_sec .programme_structure_box:hover{
    background: #fff;
    margin: 15px 0 0px 0;
    border-radius: 10px 10px 10px 10px;
    border-radius: 0px;
  }
.programme_structure_right h3{
    font-size: 18px;
    padding: 0 0 0 20px;
    font-family: Montserrat-SemiBold;
}
.programme_structure_right p{
    font-size: 16px;
    padding: 0 0 0 20px;
    font-family: Montserrat-Regular;
}
.programme_structure_left{
    float: left;
    width: 15%;
    text-align: center;
}
.programme_structure_right{
    float: left;
    width: 85%;
}
.programme_structure_left img{
    width: 100%;
}
.orientation_tab_box .nav-link {
    background: #ececec;
    font-size: 18px;
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 10px;
    transition-duration: 0.7s;
}

.orientation_content_sec{
    background: #e3eaef;
    padding: 15px 45px;
    height: 100%;
    border-radius: 7px;
  }

.orientation_content_box1,.orientation_content_box2,
.curr_content_box1, .curr_content_box2{
    width:310px;
    padding: 20px 30px;
    margin: 30px 0 0px 0;
    box-shadow: 1px 1px 8px #0000000a;
    border-radius: 10px 10px 10px 10px;
    border-bottom: 5px solid #044075 !important;
    min-height: 190px;
    border: 0.5px solid #044075;
    transition-duration: 0.7s;
}
.orientation_content_box h5,.orientation_content_box1 h5, .orientation_content_box2 h5{
    color: #333;
    padding: 0 0 10px 0;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
}
.orientation_content_box ul li, .orientation_content_box p,
.orientation_content_box1 ul li, .orientation_content_box1 p,
.orientation_content_box2 ul li, .orientation_content_box2 p{
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 22px;
    list-style-type: numeric;
}

.curr_content_box h5,.curr_content_box1 h5,.curr_content_box2 h5{
    color: #333;
    padding: 0 0 10px 0;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
}
.curr_content_box ul li,.curr_content_box1 ul li,.curr_content_box2 ul li{
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 22px;
    list-style-type: upper-alpha;
}
.orientation_content_sec p, .orientation_content_sec ul li{
    color: #000;
}
.programme_structure_sec .structure_box{
    min-height: 210px;
    float: left;
    padding: 25px;
}
.structure_box .programme_structure_right{
    float: left;
    width: 100%;
}
.structure_box .programme_structure_right p{
    padding: 20px 0 0 0;
}
.structure_box .programme_structure_left{
  float: left;
  width: 100%;
  text-align: center;
}
.structure_box .programme_structure_left img{
    width: 55px;
}
.structure_box .programme_structure_right p{
  font-size: 14px;
  padding: 14px 0 10px 20px;
  font-family: Montserrat-Regular;
  text-align: center;
}
.orientation_content_box1 h4, .orientation_content_box2 h4, .curr_content_box1 h4, .curr_content_box2 h4{
    text-align: center;
    background-color: #044075;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
}

.tab_content_mainbox {
    background-color: #013459;
    color: #FFF;
    /* padding: 10px 0; */
    /* padding: 60px 60px; */
    font-family: Montserrat-Regular;
    border-radius: 30px; 
    line-height: 30px;
}

.nav-pills .nav-link {
    width: 97%;
    background-color: #E0E0E0;
    color: #000;
    padding: 20px 15px 15px 15px;
    /* border-radius: 25px 25px 0 0; */
    font-family: Montserrat-Bold;
    font-size: 20px;
    margin-bottom: 20px;   
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #0261b4;
    box-shadow: 3.7px 7.4px 7.4px hsl(0deg 0% 0% / 0.39);
}

.nav-item {
    width: 50%;
}

.content_box {
    margin: 0 0 40px 0;
    float: left;
    width: 100%;
}

.content_heading {
    font-size: 20px;
    padding: 20px 0;
    font-family: Montserrat-Bold;
}

.content_box .content {
    font-weight: lighter
}

.number_list {
    display: flex;
    /* float: left;
    width: 26%;
    gap: 20px; */
    align-items: center;
    border-right: 1px solid;
    padding: 0px 20px;
    min-height: 84px;
}

.number_list:last-child {
    border-right: none;
}

.number {
    font-size: 58px;
    font-family: Montserrat-Black;
}

.icon_mainbox {
    width: 100%;
    /* float: left; */
}

.icon_list {
    width: 12%;
    float: left;
}

.img_text {
    padding: 15px 0 0 0;
    max-width: 125px;
}
.prog-list{
    margin-top: 50px;
    line-height: 45px;
}
.prog-list ul li{
    list-style: disc;
    font-family: Montserrat-Medium;
    font-size: 16px;
}

 .programme_structure_box {
    background: #0261b4;
    padding: 20px 0;
    margin: 30px 0 0px 0;
    box-shadow: 1px 1px 8px #0000000a;
    border-radius: 10px 10px 10px 10px;
    border-bottom: 5px solid #fff !important;
    /* border: 0.5px solid #044075; */
    transition-duration: 0.7s;
    color: #fff;
    height: 250px;
    text-align: left;
}
.programme_structure_box:hover {
    margin: 15px 0 0px 0;
    border-radius: 0px;
}
.programme_structure_right {
    float: left;
    width: 100%;
}
.programme_structure_right p {
    font-size: 15px;
    padding: 0 20px 0;
    font-family: Montserrat-Regular;
    text-align: left;
}
/*------------- PROGRAM OFFERED SECTION END ----------------*/

/*------------------ WHY CHOOSE SECTION START ---------------*/
.why_ssbs_section .section-heading {
    background-color: #013459;
    color: #fff;
    font-family: Montserrat-Black;
    font-size: 27px;
    padding: 24px 0;
    /* width: 33%; */
    border-radius: 50px;
    text-align: center;
}
.why_ssbs_section{
    display: block;
    padding: 40px 0 40px 0;
    width: 100%;
  }
  
  .why-ssbs-list ul li{
    list-style: disc;
    color: #013459;
    line-height: 31px;
    font-size: 15px;
  }
.why_ssbs_section .why_ssbs_left{
  padding: 40px 30px 40px 30px;
  background: #c10200;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.why_ssbs_left h3{
    font-family: Montserrat-Bold;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 45px;
}
.why_ssbs_left p{
    font-family: Montserrat-Regular;
    font-size: 15px;
    padding: 20px 0px 0px 0px;
}
.why_ssbs_right{
    padding: 0 0 0 25px;
}
.why_ssbs_right_box{
    text-align: center;
    padding: 0 0 25px 0;
    transition-duration: 0.4s;
}
.why_ssbs_right_box:hover img{
    filter: saturate(3);
}
.why_ssbs_right_box:hover .why_icon_box{
    background: rgba(255, 85, 85, 0.09);
    transition-duration: 0.4s;
}
.why_ssbs_right_box .why_icon_box{
    text-align: center;
    width: 70px;
    background: rgba(206, 18, 18, 0.1);
    border-radius: 50px;
    padding: 13px;
    margin: 0 auto;
}
.why_ssbs_right_box h4{
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    padding: 20px 0 7px 0;
}
.why_ssbs_right_box p{
    font-size: 14px;
    font-family: Montserrat-Regular;
}
/* WHY CHOOSE SECTION END */

/* ADMISSION PROCESS START */
.admission .section-heading {
    background-color: #013459;
    color: #fff;
    font-family: Montserrat-Black;
    font-size: 27px;
    padding: 24px 0;
    width: 33%;
    border-radius: 50px;
    text-align: center;
    /* margin-bottom: 20px;; */
}
.adm-process-box{
    background-color: #f2f2f2;
    margin-top: -35px;
    z-index: -1;
    color: #013459;
    padding: 60px 30px 0px 30px;
    /* font-family: Montserrat-Light; */
    border-radius: 30px;
    text-align: center;
}
.adm-process-box .content_box .content{
    text-align: left;
}
.adm-process-box .content_box h2{
    font-family: Montserrat-ExtraBold;
    /* border-bottom: 1px solid #707070; */
}
.adm-process-box .content_box h5{
    font-family: Montserrat-SemiBold;
    padding-top: 20px;
    width: 82%;
    font-size: 17px;
}
.adm-process-box .content_box p{
    font-family: Montserrat-Medium;
    font-size: 13px;
    width: 90%;
}
.adm-process-box .content_box hr{
    margin: 0 0;
    width: 52%;
}
.admission_mainbox_after {
    position: relative;
}
.admission_mainbox_after::after {
    content: "";
    position: absolute;
    background-image: url(../images/adm-pro-cmp.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: inherit;
    right: -24px;
    top: 0;
    height: 189px;
    width: 76px;
}
.adm-process-box .content_box a{
    cursor: pointer;
}
/* ADMISSION PROCESS END */

/*****Important dates starts */
.important_date .section-heading {
    background-color: #013459;
    color: #fff;
    font-family: Montserrat-Black;
    font-size: 27px;
    padding: 24px 0;
    width: 30%;
    border-radius: 50px;
}
.table thead th p,
.table thead th {
    color: #fff;
}

.table th {
    background: #013459;
    padding: 20px 0;
}
.table-bordered>:not(caption)>*>* {
    border-width: 1px 0;
    height: 60px;
    border-width: 0 1px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 37px 0;
    /* padding-top: 20px; */
}
.table thead th {
    color: #fff;
    font-family: Montserrat-Black;
}
tr>td{
    color: #013459;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
}
/*****Important dates ends */

/* FOOTER START */

footer {
    background-color: #013459;
    color: #FFF;
    padding: 60px 0 0 0;
    font-family: Montserrat-Medium;
}

footer a {
    color: #FFF;
    text-decoration: none;
    line-height: 24px;
    line-break: anywhere;
}

footer a:hover {
    color: #E3C70C;
}

.footer_heading {
    font-family: Montserrat-Black;
    font-size: 28px;
    padding: 0 0 20px 0;
}

.footer_list {
    border-right: 1px solid #FFF;
    padding: 20px 10px 0 10px;
    min-height: 150px;
}

.footer_list:first-child {
    padding: 20px 20px 0 0;
}

.footer_list:last-child {
    border-right: none;
}

.footer_box1 {
    float: left;
    /* width: 26%; */
}

.footer_box2 {
    float: left;
    /* width: 22%; */
}

.footer_link img {
    transition-duration: 0.3s;
}

.footer_link img:hover {
    margin: -4px 0 0 0;
}
.footer_content{
    font-size: 12px;
}
.made_by_text {
    padding: 19px 0 0 0;
    display: block;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}
/* FOOTER END */

/* Top button start*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #013459;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.5;
    height: 40px;
    width: 40px;
}
#myBtn:hover {
    opacity: 1;
}
/* Top button ends*/


/*****Thankyou Page starts */
.thankyou_banner_section .heading{
    font-family: Montserrat-Black;
    font-size: 28px;
    padding: 0 0 20px 0;
    text-align: center;
    width: 100%;
    font-size: 50px;
}
.thankyoutext{
    font-family: Montserrat-Black;
    padding: 40px;
    text-align: center;
    width: 100%;
    font-size: 20px;
}

.home_button {
    text-align: center;
}
.home_button a {
    background-color: #9a0a0a;
    color: #fff;
    padding: 10px 30px;
    border-radius: 35px;
    font-family: Montserrat-Medium;
    font-size: 20px;
    text-decoration: none;
}
.home_button .btn_tysubmit a {
    font-family: Montserrat-Medium;
    background: #9a0a0a;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.home_button a:hover {
    text-decoration: none;
    color: #9a0a0a;
    background: #fff;
    border: 1px solid #9a0a0a;
    text-decoration: none;
}
/*****Thankyou Page end */

/*****Responsive section starts */
@media screen and (min-width:1200px) and (max-width:1950px) {
    .form-mainbox {
        margin: 0px 0 0 0;
    }
    .banner_box {
        background-image: url(../images/banner-img.webp);    
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
        background-color: #013459;
        padding: 25px 0;
        min-height: 720px;
        width: 100%;    
        /* margin: -151px 0 0 0; */
    }
}
@media screen and (min-width:1024px) and (max-width:1200px) {
    .main-navigation ul li a {
        font-size: 11px;
        line-height: normal;
        padding: 10px 5px 6px;
    }
    .main-navigation ul .contact a {
        padding: 5px 10px;
    }
    .number {
        font-size: 36px;
    }
    /* .icon_list {
        width: 22%;
    } */
    .icon_mainbox {
        width: 90%;
        float: left;
    }
    .footer_box2 {
        float: left;
        /* width: 22%; */
    }
    .footer_heading {
        font-size: 22px;
    }
    .footer_list {
        padding: 20px 20px 0 20px;
    }
    .footer_content {
        font-size: 16px;
    }
    .footer_list:first-child {
        padding: 20px 0 0 0;
    }
    .admission_mainbox_after::after{
        /* right: -39px; */
        display: none;
    }
    .banner-form {
        margin: -214px 0 0 0;
    }
    .banner_box {
        background-image: url(../images/banner-img.webp);    
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
        /* background-color: #000; */
        padding: 25px 0;
        min-height: 700px;
        width: 100%;    
        /* margin: -151px 0 0 0; */
    }
}
@media screen and (max-width:1024px) {
    .banner-form {
        margin: -270px 0 0 0;
    }
    .orientation_content_box1, .orientation_content_box2, .curr_content_box1, .curr_content_box2 {
        width: 290px;
    }
    .tab_content_mainbox{
        padding: 0 10px;
    }
    .banner_box {
        background-image: url(../images/banner-img.webp);
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
    }
    .programme_structure_box {
       
        height: 342px;
    }
}
@media screen and (max-width:992px) {
    .banner_box {
        background-image: url(../images/banner-mob-img.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: 0;
        min-height: 620px !important;
        width: 100%;
    }
    .banner-form {
        margin: -10px 0 0 0;
    }
    
    .nav-trigger {
        border-radius: 5px;
        display: block;
        right: 10px;
        cursor: pointer;
        height: 30px;
        width: 40px;
        padding: 0;
        padding: 6px 8px;
        opacity: 1;
        position: fixed;
        top: 28px;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
        z-index: 999;
        background-color: #C4161C;
    }
    .nav-trigger .bars {
        background-color: #FFF;
        height: 3px;
        margin-bottom: 4px;
        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(-6px) rotate(-136deg);
    }
    .main-menu--open .nav-trigger .bars {
        background-color: #FFF;
    }
    .main-navigation ul {
        width: 90%;
        max-width: 380px;
        margin: 30px auto 30px;
        text-align: left;
        display: block;
    }
    .main-navigation ul li {
        display: block;
        border-radius: 0;
        border-bottom: dashed 1px #fff;
        padding: 10px;
        border-right: none;
    }
    .main-navigation ul li:last-child {
        border-bottom: none;
    }
    .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: #013459;
        right: 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 dashed #fff;
        max-width: 300px;
    }    
    
    .footer_box2 {
        float: left;
        /* width: 24%; */
    }
    .admission_mainbox_after::after{
        display: none;
    } 
    
    .footer_heading {
        font-size: 24px;
        line-height: normal;
    }
    .section-heading{
        text-align: center;
    }
    .about_img img {
        margin-top: 20px;
    }
    .form-mainbox {
        margin: 0 0 !important;
    }
    .prog-list {
        margin-top: 30px;
    }
    .icon_list {
        width: 30%;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }
    .img_text {
        font-size: 12px;
    }
    .content-hr {
        margin: -31px 0 0 324px;
        width: 51%;
        margin-bottom: 25px;
    }
    hr {
        margin: -31px 0 0 110px;
        width: 83%;
    }
    .why-ssbs-list .section-heading {
        color: #013459;
        padding-bottom: 10px;
        margin: 25px 0;
    }
    .why_ssbs_section {
        padding: 0px 0 15px 0;
    }
    .admission .section-heading {
        width: 51%;
    }
    .important_date .section-heading {      
        font-size: 27px;
        width: 47%;
    }
    .prog-list-img {
        display: flex !important;
        flex-direction: row;        
        margin-top: 20px;
    }
    .pro-img2 {
        margin-left: 0px;
    }
    .why-ssbs-list ul{
        margin-top: 20px;
    }
    .content_box .content {
        font-family: 'Montserrat-Medium';
        font-size: 16px;
        margin-top: 20px;
        text-align: center !important;
        display: flex;
        flex-direction: column;
    }
    .adm-process-box .content_box h5{
        width: 100%;
    }
    .adm-process-box .content_box p {
        width: 100%;
        border-bottom: 1px dashed;
        padding-bottom: 15px;
    }
    .adm-process-box .content_box hr {
        display: none;
    }    
    .programme_structure_box {
        height: 204px;
    }
    .registration-btn {
        display: block;
        overflow: hidden;
        background-color: #bc0c10;
        color: #fff;
        position: fixed !important;
        bottom: 0;
        z-index: 999999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto;
        border-radius: 0;
        left: 0px;
        padding: 5px;
      }
      .registration-btn a {
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
        text-align: center;
        align-items: center;
        font-family: 'Montserrat-Bold';
      }
      .made_by_text {
        padding: 19px 0 10px 0;        
        margin: 20px 0; 
      }
}

@media screen and (max-width:768px) {
    .banner_text {
        font-size: 32px;
        line-height: 42px;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0;
        min-height: 450px !important;
        width: 100%;
    }
    .banner_admission {
        font-size: 24px;
        line-height: 30px;
        float: left;
        width: 100%;
    }
    .banner_admission span {
        color: #E3C70C;
        width: 100%;
        float: left;
    }
    .banner_admission span:nth-child(3) {
        display: none;
    }
    .logo img {
        width: 90%;
    }
    .form-heading {
        font-size: 24px;
    }
    
    .section-heading {
        font-size: 27px;
        padding: 0 0 20px 0;
    }
    .about_img {
        margin: 20px 10px;
    }
    .tab_content_mainbox {
        padding: 15px 5px;
    }
    .nav-pills .nav-link {
        width: 100%;
        padding: 12px 8px 10px 8px;
        /* border-radius: 15px 15px 0 0; */
        font-size: 14px;
        font-size: 12px;
        padding: 10px;
    }   
    .nav-item {
        width: 50%;
        padding-right: 10px;
    } 
    .orientation_content_sec {
        background: #e3eaef;
        padding: 15px 15px;
    }
    .orientation_content_box1, .orientation_content_box2, .curr_content_box1, .curr_content_box2 {
        width: 100%;
    }
    .img_text {
        max-width: inherit;
    }
    
    .footer_box1,
    .footer_box2 {
        width: 100%;
    }
    .footer_list {
        border-right: none;
        min-height: auto;
        margin: 0 0 30px 0;
        padding: 0;
        text-align: center;
    }
    .footer_list:first-child {
        padding: 0;
    }
    .thankyou_banner_section .heading{       
        font-size: 35px;
    }
    .thankyou_button .banner-btn{        
        font-size: 25px;
    }
    .content_box .content {
        font-family: 'Montserrat-Medium';
        font-size: 16px;
        margin-top: 20px;
        text-align: center !important;
        display: flex;
        flex-direction: column;
    }
   
    .img_text {
        padding: 8px 5px;
    }
    .icon_list {
        width: 30%;
    }
    .tabbing-contentbox .content_box .content{
        text-align: left !important;
    }
    .why-ssbs-list{
        padding: 0 40px;
    }   
    #program {
        padding: 30px 15px;
    }
}
@media screen and (max-width: 580px) {
    .banner_box {
        background-image: url(../images/banner-mob-img.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        margin: 0;
        min-height: 252px !important;
        width: 100%;
    }
    .important_date .section-heading {
        font-size: 27px;
        width: 70%;
    }
    .icon_list {
        width: 100%;
    }
    .content-hr, hr {
        display: none;
    }
    .admission .section-heading {
        width: 80%;
        font-size: 23px;
    }
    .tabbing-contentbox .content_box .content{
        text-align: justify !important;
    }
    .prog-list-img {
        display: flex !important;
        flex-direction: column;
        margin-top: 20px;
    }
    .pro-img2 {
        margin-top: 20px;
        margin-left: 0px;
    }
    #admission{
        padding: 0 20px;
    }
    .programme_structure_box {
        height: 200px;
    }
    .logo img {
        width: 85%;
    }
    .home_button .btn_tysubmit a {
        width: 75%;
        text-align: center;
    }
    .home_button span{
        display: flex;
        flex-direction: column;
        margin: 20px 0;
        align-items: center;
    }
}
@media screen and (max-width: 380px) {
    .banner_box {       
        background-size: contain;
        min-height: 216px !important;
    }
    .programme_structure_box {
        height: 240px;
    }
    .form-mainbox .form-heading {
        font-size: 25px;
    }
    .important_date .section-heading {
        font-size: 23px;
        width: 85%;
    }
    .admission .section-heading {
        width: 80%;
        font-size: 20px;
    }
}