@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: 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: #000;
    font-family: Montserrat-Medium;
    font-size: 40px;
    padding: 0 0 35px 0;
    line-height: normal;
}

.section-heading span {
    font-family: Montserrat-Black;
    color: #f36b05;
}

.main-navigation ul li {
    padding: 10px 3px 6px;
}

section {
  scroll-margin-top: 100px; /* change as per header height */
}
#fullform{
    scroll-margin-top: 100px; 
}
/* ===========header start===========  */

/* responsive start  */
.toggle_menu {
    display: none;
}


/* responsive end */
.top_menu_links {
    position: absolute;
    right: 0;
    top: -65px;
}

.top_menu_mainbox {
    padding: 25px 0;
    background-color: #F8F8F8;
    /* position: fixed;
    width: 100%; */
}

.top_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_link {
    display: flex;
    margin: 0;
    padding: 0;
}

.top_link li {
    list-style-type: none;
    padding: 10px;
    position: relative;
}

.top_link li a {
    text-decoration: none;
    color: #000000;
    font-family: Montserrat-Regular;
}

.top_link .reg_btn a{
    text-decoration: none;
    font-family: Montserrat-Bold;
    background-color: #1847b8;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;    
}
.admission_process_section .register-btn a{
    text-decoration: none;
    font-family: Montserrat-Bold;
    background-color: #1847b8;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;   
    margin-top: 50px;
}
.top_link li a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background-color: #000000;
    right: 0;
    top: 31%;
}

.top_link li:nth-child(2) a::after,
.top_link li:nth-child(3) a::after {
    display: none;
}

.top_link li:nth-child(4) a {
    font-family: Montserrat-Bold;
    color: #fff;
    font-size: 18px;
}

.my_btn {
    font-family: Montserrat-Bold;
    background-color: #1847b8;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

.main_menu_mainbox {
    background-color: #f6cdb7;
}

.main_menu_mainbox ul {
    padding: 0;
    margin: 0;
}

.main_menu_list {
    display: flex;
    justify-content: center;
}

.main_menu_list li {
    list-style-type: none;
    padding: 10px 20px;
    position: relative;
    font-size: 16px;
}

.main_menu_list li:hover {
    background-color: #ed7318;
}

.main_menu_list li:hover a {
    color: #fff;
    font-family: Montserrat-Bold;
    font-size: 16px;
}

.main_menu_list li:hover a::after {
    display: none;
}

.main_menu_list li a {
    color: #000000;
    text-decoration: none;
    font-family: Montserrat-SemiBold;
}

.main_menu_list li a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background-color: #707070;
    right: 0;
    top: 31%;
}

.main_menu_list li:last-child a::after {
    display: none;
}

/* sticky css start  */
header {
    padding: 0px;
    position: relative;
    z-index: 10;
}

.sticky {
    /* position: fixed;  */
    top: 0;
    width: 100%;
    -webkit-box-shadow: 7px 4px 12px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 4px 12px 3px rgba(0, 0, 0, 0.15);
}

.btn_register_snap a {
    font-family: Montserrat-Bold;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.btn_register_snap .my_btnregister {
    font-family: Montserrat-Bold;
    background-color: #1847b8;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;

    -webkit-animation: glowing 1300ms infinite;
    -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    animation: glowing 1300ms infinite;
}
@-webkit-keyframes glowing {
    0% {
      background-color: #1847b8;
      -webkit-box-shadow: 0 0 3px #1847b8;
    }
    50% {
      background-color: #1847b8;
      -webkit-box-shadow: 0 0 15px #1847b8;
    }
    100% {
      background-color: #1847b8;
      -webkit-box-shadow: 0 0 3px #1847b8;
    }
  }
  @keyframes glowing {
    0% {
      background-color: #1847b8;
      box-shadow: 0 0 3px #1847b8;
    }
    50% {
      background-color: #1847b8;
      box-shadow: 0 0 15px #1847b8;
    }
    100% {
      background-color: #1847b8;
      box-shadow: 0 0 3px #1847b8;
    }
  }

  .menu_button_box{
    display: none;
  }
/* sticky css end  */
/* ===========header ends============  */

/* =========== Banner Section Start ============ */

#banner{
    margin: 0 !important;
}
.banner_section{
    padding: 0;
}
.banner_box {
    background-image: url(../images/banner-img.webp);    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f6cdb7;
    /* padding: 25px 0 0 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: Montserat-Regular;
} 

 .banner-content h1 span {
    color: #c5161d;
    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: #c5161d;
    font-weight: 700;
}

.banner-content ul {
    margin: 15px 0 0 0;
    padding: 0;
}

.banner-form {
    max-width: 360px;
    position: relative;
    background-color: #fa8f56e8;
    border-radius: 40px;
    z-index: 1;
}
.banner-form-popup{
    max-width: 510px;
    position: relative;
    background-color: #fa8f56e8;
    border-radius: 40px;
    z-index: 1;
}
 .banner-form form, .banner-form-popup form {
    z-index: 2;
    position: relative;
    padding: 10px 20px 30px 20px
}

 .webinar-img{
    padding: 0 0 20px 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.banner-form h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
}
.banner-form-popup h4 {
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin: 15px 0;
    font-family: 'Montserrat-SemiBold';
}
.banner-form-popup h6 {
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    background:#950304;
    border: 2px solid;
    border-radius: 25px;
    padding: 10px 20px;
}
.banner-form-popup p {
    color: #fff;
    text-align: center;
    font-family: 'Montserrat-SemiBold';
}
.banner-form-popup p span {
    color: #fff;
    text-align: center;
    font-family: 'Montserrat-Bold';
    font-size: 26px;
    line-height: normal;
}
 .banner-form lable,
.tab-content h5,
.tab-content h6,
a.submit_btn,
.banner-form-popup lable{
    color: #fff
} 

textarea.form-control {
    resize: none
}

.banner-form select.form-control, .banner-form-popup 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, .banner-form-popup .banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 20px
} 

.banner-form .form-control, .banner-form-popup .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 {
    padding: 9px 25px;
    color: #fff !important;
    font-weight: 500;
    border: 2px solid;
    border-radius: 25px;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    background: linear-gradient(113deg, #95030482 0, #950304 100%);
    font-family: Montserrat-SemiBold;
}

.btn_submit:hover{
    text-decoration: none;
    color: #c5161d !important;
    background: #fff !important;
    border: 2px solid #c5161d !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 #c5161d; 
    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; 
}
.banner-link {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1; /* below the form */
}
/* .login-popup .banner-form-wrap {
    padding-top: 300px;
} */
/* banner section end */

/* about section start */

.about-section {
    padding: 50px 0 30px 0;
}

.about-content-mainbox {
    position: relative;
}

.about-content-mainbox::after {
    content: '';
    position: absolute;
    background-image: url(../images/wave.png);
    background-repeat: no-repeat;
    top: -40px;
    right: 30px;
    width: 45px;
    height: 67px;
    transform: rotate(90deg);
}
.about-section .section-heading {
    padding: 0 0 35px 0;
    font-family: Montserrat-Medium;
}

.about-section .section-heading span {
    color: #f36b05;
    font-family: Montserrat-Black;
    font-size: 30px;
}

.about-subheading {
    font-family: Montserrat-Bold;
    font-size: 18px;
    padding: 0 0 25px 0;
    line-height: 25px;
}
.about-text{
    color: #000;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
}

/* about section end */

/* ===========Prog dtls section start============  */
.services {
    margin: 0 0 50px 0;
}
.services .heading {
    font-family: Montserrat-Medium;
    font-size: 40px;
    color: #000000;
    text-align: center;
    line-height: 38px;
    padding: 0 0 35px 0;
  }
  .services .heading span {
    font-family: Montserrat-Black;
    color: #f36b05;
  }
  .reimaging_list{
    /* float: left; */
    /* width:18%; */
    text-align: center;
  }
  .reimaging_innerlist1, .reimaging_innerlist3, .reimaging_innerlist5{
    float: left;
    width: 100%;
    transition-duration: 0.3s;
    margin: 57px 0 0 5px;
    padding: 20px 0;
    border-radius: 20px;
    border: 1px solid #fff;
  }
  .reimaging_innerlist2, .reimaging_innerlist4, .reimaging_innerlist6 {
    float: left;
    width: 100%;
    transition-duration: 0.3s;
    margin: 2px 0 0 -17px;
    padding: 20px 0;
    border-radius: 20px;
    border: 1px solid #fff;
  }
   
.reimaging_icon1 {
    width: 175px;
    height: 200px;    
    border: 1px solid;
    background-color: #6892d7;
    color: #fff;
}
.reimaging_icon2 {
    width: 175px;
    height: 200px;    
    border: 1px solid;
    background-color: #f15048;
    color: #fff;
}
.reimaging_icon3 {
    width: 175px;
    height: 200px;    
    border: 1px solid;
    background-color: #5cb85c;
    color: #fff;
}
.reimaging_icon4 {
    width: 175px;
    height: 200px;    
    border: 1px solid;
    background-color: #fa8f56;
    color: #fff;
}
.reimaging_icon5 {
    width: 175px;
    height: 200px;    
    border: 1px solid;
    background-color: #18d5c9;
    color: #fff;
}
.reimaging_icon6 {
    width: 175px;
    height: 200px;    
    border: 1px solid;
    background-color: #f6c348;
    color: #fff;
}
  .reimaging_icon1 img, .reimaging_icon2 img, .reimaging_icon3 img, .reimaging_icon4 img, 
  .reimaging_icon5 img, .reimaging_icon6 img{
    max-width: 65px;
    height: 65px;
    background-image: none;
    margin: 20px auto 0 -30px;
}
.prog-white{
    color: #111111;
    background-color: #ffffff;
}

.prog-group-1, .prog-group-3, .prog-group-5 {
    width: 170px;
    min-height: 160px;
    background-image: none;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.15);
    margin: -165px 0 30px -16px;
}
.prog-group-2, .prog-group-4{
    width: 170px;
    min-height: 170px;
    background-image: none;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.15);
    margin: -165px 0 30px 21px;
}
.prog-group-6 {
    width: 210px;
    min-height: 170px;
    background-image: none;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.15);
    margin: -165px 0 30px 21px;
}
.prog-container-layout-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.prog-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
    transition-duration: inherit;
}
.prog-text-2 {
    font-family: Montserrat-SemiBold;
    margin: 62px 0 0 0;
    padding: 40px 0;
    font-size: 19px;
}
.prog-text-3 {
    margin: 21px 10px 0;
    font-size: 14px;
    font-family: Montserrat-Medium;
    padding-bottom: 19px;
}
.heading h4{
    font-family: Montserrat-SemiBold;
    margin: 0px 0 0 0;
    padding: 20px 0 0 0;
    font-size: 21px;
}
.key-desk .key-head{
    font-size: 41px;
    text-align: center;
    color: #fff;
    background-color: #f47a1e;
    width: 32%;
    padding: 20px;
    font-weight: 600;
}
.prg-dtl-head {
    text-align: right;
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 20px 20px;
    color: #000;
}
.prg-dtl-txt{
    padding: 0 0 20px 20px; 
    color: #000;
}
 .key-mob{
    display: none;
}
/* ===========Prog dtls section ends============  */

/*------------------- Programme Details SECTION START -----------------------------*/
.program_offered{
  margin: 40px 0 50px 0;
}
.program_offered .heading {
    font-family: Montserrat-Medium;
    font-size: 40px;
    color: #000000;
    text-align: center;
    line-height: 46px;
  }
  .program_offered .heading span {
    font-family: Montserrat-Black;
    color: #f36b05;
  }
/* Container styling */
.section-container {
  max-width: 900px;
  margin: 0 auto;
  font-family: Montserrat-Medium;
}
/* Section title */
.section-header {
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 12px;
    background: #f47a1e;
    color: #fff;
    padding: 20px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
/* Each panel styling */
.section-item {
  border: 1px solid #ddd;
  margin-bottom: 16px;
  border-radius: 6px;
  background: #f6cdb7;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  padding: 0 0 20px 0px;
}

.prog-content{
    /* gap: 10px; */
    justify-content: center;
    margin: 0 auto;
}

.programmers_section{
  padding: 40px 0px 40px 0px;
  display: block;
  width: 100%;
  float: left;
}
.program_offered .custom-list li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    line-height: 30px;
    /* margin-bottom: 25px; */
    color: #000;
}
.program_offered .custom-list li::before {
    content: '';
    position: absolute;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    top: 7px;
    left: 0;
}
.section-content ul.custom-list {
    max-width: 94%;
    padding: 10px 20px;
}
/*Programme details SECTION END */

/* objective section start */

.objective-section {
    padding: 60px 0 40px 0;
    background-color: #f2b697b0;
}
.objective-section .heading {
    font-family: Montserrat-Medium;
    font-size: 40px;
    color: #000000;
    text-align: center;
    line-height: 46px;
  }
  .objective-section .heading span {
    font-family: Montserrat-Black;
    color: #f36b05;
  }
.objective-box {
    /* max-width: 100%; */
    color: #000;
}

.objective-box p{
    font-family: Montserrat-Regular;
    font-size: 17px;
    padding: 20px 10px;
    text-align: justify;
    /* border-bottom: 1px dashed #ccc; */
}

.objective-box .note {
    line-height: 16px;
    font-size: 12px;
    padding: 8px 0;
}
.objective-img{
    width: 80px;
    padding-top: 20px;
}

/* eligibility section start */

.eligibility{
    padding: 80px 0 20px 0;
}
.eligibility .heading {
    font-family: Montserrat-Medium;
    font-size: 40px;
    color: #000000;
    text-align: center;
}
.eligibility .heading span {
    font-family: Montserrat-Black;
    color: #f36b05;
}
.elig-left .first-img{
    width: 100%;
    height: 300px;
}
.elig-left .sec-img{
    width: 30%;
    height: 100px;
    margin: 20px 0 0 0;
    float: right;
}
.elig-right-img{
    margin: 20px 0 0 0 ;
}
.elig-right p{
    margin: -296px 0 0 191px;
    background-color: #f2b697b0;
    color: #000;
    padding: 10px 25px;
    height: 297px;
    text-align: justify;
}

/* eligibility section end */

/* ADMISSION PROCESS START */
.admission .section-heading {
    font-family: Montserrat-Medium;
    font-size: 40px;
    color: #000000;
    text-align: center;
    /* margin: 0 0 35px 0; */
  }
  .admission .section-heading span {
    font-family: Montserrat-Black;
    color: #f36b05;
  }
  .admission_listbox {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}
.adm_list {
    padding: 29px 30px;
    max-width: 200px;
    border: 1px solid #000;
    border-radius: 123px;
    height: 188px;
    background-color: #f1d4a81c;
}

.adm_no{
    max-width: 68px;
    border: 1px solid;
    border-radius: 100px;
    padding: 20px 20px;
    margin: -50px 0 0 0;
    float: right;
    background-color: #9c0b0d;
    color: #fff;
    font-size: 30px;
    font-family: Montserrat-SemiBold;
}
.adm_text{
    padding: 40px 0 0 0;
    color: #000;
}
.admission_mainbox_after {
    position: relative;
}
.admission_mainbox_after::after {
    content: "";
    position: absolute;
    background-image: url(../images/adm-right-arrow.png);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: inherit;
    left: 200px;
    bottom: 50px;
    height: 85px;
    width: 130px;
}
.mob-adm-img{
    display: none;
}
/* ADMISSION PROCESS END *//* ADMISSION PROCESS START */

.admission .section-heading {
    font-family: Montserrat-Medium;
    font-size: 40px;
    color: #000000;
    text-align: center;
    /* margin: 0 0 35px 0; */
  }
  .admission .section-heading span {
    font-family: Montserrat-Black;
    color: #f36b05;
  }
  .admission_listbox {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}
.adm_list {
    padding: 29px 30px;
    max-width: 200px;
    border: 1px solid #000;
    border-radius: 123px;
    height: 188px;
    background-color: #f6cdb79e;
}

.adm_no{
    max-width: 68px;
    border: 1px solid;
    border-radius: 100px;
    padding: 20px 20px;
    margin: -50px 0 0 0;
    float: right;
    background-color: #f36b05;
    color: #fff;
    font-size: 30px;
    font-family: Montserrat-SemiBold;
}
.adm_text{
    padding: 40px 0 0 0;
    color: #000;
}
.admission_mainbox_after {
    position: relative;
}
.admission_mainbox_after::after {
    content: "";
    position: absolute;
    background-image: url(../images/adm-right-arrow.png);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: inherit;
    left: 200px;
    bottom: 50px;
    height: 85px;
    width: 130px;
}
/* ADMISSION PROCESS END */

/* wyh ssca section start */

.whyssca-section {
    padding: 60px 0 20px 0;
}
.whyssca-section .heading {
    font-family: Montserrat-Medium;
}
.whyssca-section .section-heading span {
    color: #f36b05;
    font-family: Montserrat-Black;    
}

ul.custom-list {
    max-width: 94%;
    padding: 10px 0 0 0;
}

.whyssca-section .custom-list li {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #000;
}

.custom-list li::before {
    content: '';
    position: absolute;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    top: 5px;
    left: 0;
}

.custom-list-white li::before{
     background-image: url(../images/tick-white.png);
}
/* wyh ssca section send*/

/* Career opportunity section start */
.our_recruiters_section .section-heading {
    font-family: Montserrat-Medium;
    font-size: 40px;
    color: #000000;
    text-align: center;
    /* margin: 0 0 35px 0; */
}
.our_recruiters_section .section-heading span {
    font-family: Montserrat-Black;
    color: #f36b05;    
}
.our_recruiters_section {
    padding: 60px 0 0;
}
.our_recruiters_section p{
  text-align: center;
  font-family: 'Montserrat';
  margin-bottom: 30px;
  line-height: 24px;
}
.our_recruiters_section .item{
  max-width: 200px;
}
.our_recruiters_section img{
  max-width: 200px;
}
.our_recruiters_section{
  width: 100%;
  padding: 50px 0px 30px 0px;
  /* float: left; */
}
.our_recruiters_section .owl-dot{
  display: none;
}
.our_recruiters_section .item img{
  max-width:120px;
  margin: 0 auto;
}
.our_recruiters_section .item{
  padding: 8px;
  border-radius: 27px;
  border: 1px solid #DDd;
  max-width: 80%;
  margin: 0 auto;
  height: 130px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}
.our_recruiters_section .owl-nav{
  float: left;
  width: 100%;
  margin: -7% 0 0 0;
  position: relative;
  z-index: 5;
  padding: 0 0px;
}
.our_recruiters_section .owl-nav button{
    float: left;
    width: 40px;
    background-image: url(../images/black_arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 46% !important;
    height: 40px;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    border-radius: 100px;
  }
.our_recruiters_section .owl-nav .owl-next{
    border-radius: 30px !important;
  }
.our_recruiters_section .owl-nav .owl-prev{
    float: right;
    transform: rotate(180deg);    
    border-radius: 30px !important;
}
.our_recruiters_section .owl-nav button span{
    display: none;
} 
.owl-theme .owl-nav{
    margin-top: -90px !important;
}
.owl-theme .owl-dots{
    padding-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span{
    background-color: #f47a1e !important;
}
.owl-carousel .item {
    width: 100%;   /* don’t fix width in px */
}
.owl-carousel .item {
  width: 100%;
  padding: 8px;
  border-radius: 27px;
  border: 1px solid #f47a1e;
  height: 130px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .item img {
  max-height: 100px;
  width: auto;
  object-fit: contain;
}

/* Career opportunity section ends */

/* Imp Dates section start */

.date-section .section-heading span {
    color: #f36b05;
}

.date-section {
    padding: 50px 0 70px 0;
}

table,
tr,
th,
td {
    border-collapse: separate;
    font-family: Montserrat-SemiBold;
    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(244 122 30 / 72%) 0%, rgb(244 122 30 / 83%) 26%, rgb(244 122 30) 100%);
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    /* --bs-table-accent-bg: var(--bs-table-striped-bg); */
    color: var(--bs-table-striped-color);
    --bs-table-accent-bg: #f6cdb72b;
}

.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: #c5161d;
}


/* date section end */


/* FOOTER START */
footer {
    background-color: #fa8f56;
    color: #FFF;
    padding: 60px 0 20px 0;
    font-family: Montserrat-Medium;
    width: 100%;
    float: left;
}
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 20px 40px;
    min-height: 150px;
}
.footer_list:first-child {
    padding: 20px 20px 20px 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 25px 0; */
    display: block;
}
/* FOOTER END */
 
/* ===========PopUp section starts============  */
.login-popup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1099;
	background-color:rgba(0,0,0,0.6);
	visibility: hidden;
	opacity: 0;
	transition: all 1s ease;
  overflow: scroll;
}
.login-popup.show{
	visibility:visible;
	opacity: 1;
}
.login-popup .box{
	/* background-color:#ffffff;
	width: 750px; */
	position: absolute;
	left: 50%;
	top:350px;
	transform:translate(-50%,-50%);
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
	margin-left: 50px;
	transition: all 1s ease;
}
.login-popup.show .box{
	opacity: 1;
	margin-left: 0;
}
.login-popup .box .img-area{
	flex:0 0 50%;
	max-width: 50%;
	position: relative;
	overflow: hidden;
	padding:30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-popup .box .img-area h1{
	font-size: 30px;
}
.login-popup .box .img-area .img{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url(../images/banner-img.webp);
	background-size: cover;
	background-position: center;
	animation: zoomInOut 7s linear infinite;
	z-index: -1;
    background-repeat: no-repeat;
}
@keyframes zoomInOut{
	0%,100%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.1);
	}
}
.login-popup .box .form{
	flex:0 0 50%;
	max-width: 50%;
	padding:40px 30px;
}

.login-popup .box .form h1{
	color:#000000;
	font-size: 30px;
	margin:0 0 30px;
}
.login-popup .box .form .form-control{
	height: 45px;
	margin-bottom: 30px;
	width: 100%;
	border:none;
	border-bottom:1px solid #cccccc;
	font-size: 15px;
	/* color:#000000; */
}
.login-popup .box .form .form-control:focus{
	outline: none;
}
.login-popup .box .form label{
	font-size: 15px;
	color:#555555;
}

.login-popup .box .form .btn:focus{
	outline: none;
}

.login-popup .close{
  position: absolute;
  top: 35px;
  left: 20px;
  font-size: 40px;
  cursor: pointer;
  float: left;
  color: #fff;
  z-index: 100;
}

.login-popup select.form-control {
  background: url("../images/new-images/arrow.png") 97% no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #a8a8a8;
  cursor: pointer
}
.login-popup h3{
  text-align: center;
 }
 
/* ===========PopUp section end============  */

/* Top button start*/
#myBtn {
    display: none;
    position: fixed;
    bottom: -50px;
    right: 0;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #f36b05;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.5;
    height: 40px;
    width: 40px;
}
#myBtn:hover {
    opacity: 1;
}
.reg-desk {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #f36b05;
    color: #fff;
    cursor: pointer;
    padding: 11px;
    /* border-radius: 10px; */
    font-size: 18px;
    opacity: 0.9;
    height:154px;
    width: 45px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .reg-desk:hover {
    /* background-color: #555; */
    opacity: 1;
  }
  .reg-desk a{
    color: #fff;
  }
/* Top button 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: #c5161d;
text-decoration: none;
}
 .btn_tysubmit a{
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #f36b05 0, #f36b05 100%); 
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: 0.4s;
}
.thankyou_banner_section{
    padding: 50px 0 120px 0;
    color: #000;
    font-family: 'Montserrat-SemiBold';
}
.ty_btn {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #f36b05 0, #f36b05 100%); 
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: 0.4s;
}
.ty_btn:hover, .btn_tysubmit a:hover {
    text-decoration: none;
    color: #f36b05;
    background: #fff;
    border: 1px solid #f36b05;
}
.registration-btn a {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #f36b05 0, #f36b05 100%);
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    /* text-transform: 0.4s; */
    text-decoration: none;
}
.registration-btn a:hover {
    text-decoration: none;
    color: #fff;
    background: #f36b05;
    border: 1px solid #f36b05;
}

/*thankyou page end*/

/* Responsive Sections starts */
@media screen and (max-width:1200px) {
    .main-navigation ul li {
        padding: 10px 6px 6px;
    }
    .main-navigation ul li a {
        font-size: 14px;
    }
    .elig-right p {
        margin: -313px 0 0 160px;
        /* background-color: #f1d4a81c; */
        color: #000;
        padding: 35px 25px;
        height: 322px;
        text-align: justify;
    }
    .reimaging_list {
        width: 18%;
        text-align: center;
    }
}

@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;
    }
    .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%;
    }
    .highlights .service_name {
        font-size: 14px;
    }
    .prcess_list.last_list .process_content {
        padding: 10px 20px;
    }
    .admission_no span, .admission_no {
        font-size: 32px;
    }
    .admission_text {
        font-size: 16px;
        text-align: center !important;
        width: 100%;
    }
    .admission_list {
        padding: 20px 0 20px 0;
        width: inherit;
        border-bottom: 1px dashed #000 !important;
    }
    .admission_listbox {
        /* flex-direction: column; */
        text-align: center !important;
        align-items: center;
    }
    /* .admission_mainbox_after::after {
        background-image: none;
    } */
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0;
        min-height: 215px !important;
    }
    .banner-form-wrap {        
        padding-top: 0px
    } 
    .login-popup .banner-form-wrap {        
        padding-top: 0px
    } 
    
    .banner-form {
        margin-top: -18px;
    }
    .banner-form form {
        padding: 4px 20px 9px 20px;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
    .elig-right p {
        margin: -318px 0 0 156px;
        /* background-color: #f1d4a81c; */
        color: #000;
        padding: 25px 25px;
        height: 340px;
        text-align: justify;
    }
    .reimaging_list {
        width: 20% !important;
        text-align: center;
    }
    .adm_list {
        padding: 60px 4px;
        max-width: 160px;
        border: 1px solid #000;
        border-radius: 123px;
        font-size: 12px;
        height: 150px;
    }
      .adm_no {
        max-width: 50px;
        border: 1px solid;
        border-radius: 50px;
        padding: 10px 10px;
        margin: -64px 0 0 0;
        float: right;
        background-color: #f36b05;
        color: #fff;
        font-size: 20px;
        font-family: Montserrat-SemiBold;
    }
    
    .admission_mainbox_after::after {
        content: "";
        position: absolute;
        background-image: url(../images/adm-right-arrow.png);
        background-repeat: no-repeat;
        background-size: 70px !important;
        background-position: inherit;
        left: 158px;
        bottom: 11px;
        height: 85px;
        width: 130px;
    }
    .adm_text {
        padding: 0 0 0 0;
        color: #000;
    }
    .login-popup h3 {
    text-align: center;
    color: #fff;
    /* color: #2b5ea1; */
    font-weight: 700;
    }
    .login-popup .close {
    position: absolute;
    top: 10px;
    left: 20px;
    }
    .reg-mob{
        display: none;
    }
    .main_menu_list li {
        font-size: 13px !important;
    }
}
@media screen and (min-width:1401px) and (max-width:2000px) {

    .elig-right p {
        margin: -276px 0 0 219px;
        background-color: #f2b697b0;
        color: #000;
        padding: 25px 25px;
        height: 275px;
        text-align: justify;
    }
    .reg-mob{
        display: none;
      }
}

@media screen and (min-width:1201px) and (max-width:1400px) {
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 215px !important;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
    .reg-mob{
        display: none;
      }
}
@media screen and (min-width:992px) and (max-width:1200px) {
    .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;
    }
    /*footer::before {*/
    /*width: 64%;*/
    /*}*/
    .form-box_footer{
    margin: 0 0 15px 0;
    }
    
    .admission_no span, .admission_no {
        font-size: 32px;
    }
    .admission_text {
        font-size: 16px;
    }
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 215px !important;
    }
    .banner-form {
        margin-top: 20px;
    }
    .banner-form form {
        padding: 4px 20px 9px 20px;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
    .footer_box1 {
        width: 35%;
    }
    .footer_box2 {
        float: left;
        width: 30%;
        line-height: 28px;
    }
    .footer_heading {
        font-size: 22px;
    }
    /* .footer_list {
        padding: 20px 30px 0 30px;
    } */
    .footer_content {
        font-size: 16px;
    }
    /* .footer_list:first-child {
        padding: 20px 0 0 0;
    } */
}

@media screen and (max-width:992px) {
    
    .toggle_menu {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        margin: 20px 20px 0 0;
        cursor: pointer;
    }

    .toggle_menu_close {
        background-color: #fff;
        z-index: 50;
        margin: 14px 10px 0 0;
    }

    .menu_box {
        display: none;
    }

    .top_menubox ul {
        width: 100%;
    }

    .menu_box .top_menubox ul li {
        padding: 0 5px 0px 5px;
    }

    .menu_box .top_menubox ul li a {
        color: #ffd980;
        padding: 5px 0;
    }

    .menu_box ul {
        /* height: 550px; */
        overflow-y: scroll;
    }

    .menu_box .top_menubox ul {
        height: auto;
        overflow-y: auto;
    }

    .menu_open .menu_box {
        display: block;
        position: fixed;
        background-color: #fdf5f5f0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
    }

    .menu_box ul li {
        text-align: center;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #f1f1f1;
    }

    .menu_box ul li a::after {
        display: none;
    }

    .menu_box ul li a {
        width: 100%;
        font-size: 15px;
        color: #000;
        padding: 9px 0;
        border-radius: 0;
        margin: 0;
    }

    .menu_box ul li a:hover {
        color: #fff;
    }

    .dropdown_menubox_open {
        background-color: #1847b8;
        margin: 0 auto;
        overflow-y: scroll;
        padding: 10% 40px 10px 40px;
        width: 90%;
        display: block !important;
        position: fixed;
        top: 10%;
        max-height: 400px;
        box-shadow: 0 0px 180px #000;
        z-index: 50;
    }

    .menu_box ul .dropdown_menubox a {
        width: 50%;
        border-bottom: 1px dashed #fff;
        padding: 8px 20px;
        margin: 0;
    }

    .menu_mainbox {
        float: right;
        position: relative;
        z-index: 500;
    }

    .dropdown_icon {
        display: none;
    }

    .dropdown_icon img {
        margin: 0;
    }

    .dropdown_icon_mobile {
        float: right;
        margin: 0px 40px 0 0px;
        position: absolute;
        right: 0;
        background-color: #a1e9d6;
        padding: 4px 10px;
        top: 5px;
        bottom: 5px;
        display: block;
    }

    .dropdown_menu:hover .dropdown_menubox {
        display: none;
    }

    .menu_box ul .dropdown_menubox .toggle_menu {
        width: auto;
        height: auto;
        margin: 14px 10px 0 0;
    }

    
    .top_menu_links {
        position: unset;
    }

    .top_link {
        display: block;
    }

    .menu_box .my_btn {
        font-family: Montserrat-Bold;
        background-color: #1847b8;
        padding: 8px 20px;
        border-radius: 20px;
        margin-top: 10px;
        border: 0;
    }

    .btn_margin{
        margin: 10px 0 10px 0;
        border: 0;
    }

    .main_menu_list {
        display: block;
    }
    
  .menu_button_box{
    display: block;
  }
    
    .prcess_list,
    .prcess_list.last_list {
        background-image: none;
        width: 100%;
    }
    .medical .prcess_list.last_list {
        background-image: none;
    }
    .medical .prcess_list.last_list .process_content {
        max-width: 100%;
        padding: 0;
    }
    .process_content {
        padding: 10px 20px;
        max-width: 100%;
        text-align: left;
        display: flex;
        gap: 20px;
        align-items: center;
    }
    
    .medical .process_content {
        min-height: auto;
        padding: 0px 0;
        text-align: left;
        max-width: 100%;
    }
     .registration-btn, .ty-registration-btn {
        display: block;
        overflow: hidden;
        background-color: #c5161d;
        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, .ty-registration-btn a {
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        align-items: center;
    }    
    /* .admission_mainbox_after::after {
        background-image: none;
    } */
    .section-heading {
        padding-bottom: 20px;
    }
    .research_text {
        color: #000;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 60%;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 215px !important;
        background-color: #fff;
    }
    .banner-form {
        margin: 580px auto 0 auto;
    }
    .admission_listbox {
        margin: 0;
    }
    
    .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;
    }
    .reimaging_list {
        width: 35% !important;
        text-align: center;
    }
    .reimaging_innerlist1, .reimaging_innerlist2, .reimaging_innerlist3, .reimaging_innerlist4, .reimaging_innerlist5
    , .reimaging_innerlist6 {
        margin: 0;
    }
    .reimaging_icon1,.reimaging_icon2, .reimaging_icon3,.reimaging_icon4,.reimaging_icon5, .reimaging_icon6 {
        width: 210px;
    }
    .prog-group-1, .prog-group-2, .prog-group-3, .prog-group-4, .prog-group-5 , .prog-group-6 {
        width: 200px;
        margin: -165px 0 30px 30px;
        height: 200px;
    }
    .reimaging_icon2{
        width: 210px;
    }
    /* .about-text {
        text-align: center;
    } */
    .eligibility {
        padding: 60px 0 0 0;
    }
    .elig-left .sec-img {
        display: none;
    }
    .elig-left-sec .third-img {
        display: none;
    }
    .adm_list {
        padding: 40px 30px;
        max-width: 155px;
        border: 1px solid #000;
        border-radius: 123px;
        font-size: 12px;
        height: 150px;
        margin-bottom: 30px;
    }
    .admission_mainbox_after::after {
        content: "";
        position: absolute;
        background-image: url(../images/adm-right-arrow.png);
        background-repeat: no-repeat;
        background-size: 35px !important;
        background-position: inherit;
        left: 143px;
        bottom: 11px;
        height: 85px;
        width: 115px;
    }
    .elig-right p {
        margin: 20px 0 0 0px;
        background-color: #f2b697b0;
        color: #000;
        padding: 25px 25px;
        text-align: justify;
        height: 292px;
    }
    .whyssca-section .custom-list li {
        font-size: 18px;
        /* text-align: justify; */
    }
    .objective-box p{       
        border-bottom: 1px dashed #ccc;
    }
    .login-popup .close {
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .prg-dtl-head, .prg-dtl-txt {
        text-align: center;
    }
    .key-head {
        width: 92%;
    }
    .key-desk{
        display: none;
    }
}

@media screen and (max-width:768px) {
    .banner-section {
        background-image: none;
        background-color: #EC1B24;
        margin-top: 100px;
    }
    
    .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%;
    }
    
    ul.custom-list {
        max-width: 100%;
        padding: 0px 0;
    }
    
    /* footer::before {
        width: 100%;
    }
    .footer-content {
        padding: 0 0 30px 0;
    } */
    .eligibility-box {
        display: flex;
        gap: 0;
        justify-content: center;
        flex-direction: column;
    }
    .admission {
        color: #FFF;
    }
    .research_text {
        left: 80%;
    }
    .banner-form {
        margin: 480px auto 0 auto;
    }
    .elig-right p {
        margin: 20px 0 0 0px;
        background-color: #f2b697b0;
        color: #000;
        padding: 10px 25px;
        text-align: justify;
        height: 292px;
    }
    .elig-left .sec-img {
        display: none;
    }
    .elig-left-sec .third-img {
        display: none;
    }
    .admission_mainbox_after::after {
        display: none;
    }
    .admission_listbox {
        flex-direction: column;
        text-align: center !important;
        align-items: center;
    }
    .about-section .section-heading,.services .heading,.eligibility .heading, 
    .whyssca-section .section-heading,.admission .section-heading, .opportunities .section-heading,
    .date-section .section-heading, .our_recruiters_section .section-heading {
        font-size: 35px;
        line-height: 40px;
    }
    .about-section {
        padding: 0 10px 30px 10px;
    }
    .admission .section-heading{
        margin: 0 !important;
    }
    .opportunities {
        padding: 0px 0 0;
    }
    .date-section {
        padding: 30px 0 35px 0;
    }
    .top_menu_logo img {
        max-width: 88%;
    }
    .reg-mob {
        display: block;
        overflow: hidden;
        background-color: #f36b05;
        color: #fff;
        position: fixed;
        bottom: 0;
        z-index: 999999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto
      }
      .reg-mob a {
        float: left;
        display: block;
        /* color: #1a1a1a; */
        color: #fff;
        text-align: center;
        padding: 10px 10px;
        text-decoration: none;
        font-size: 15px;
        font-family: 'Lato', sans-serif;
      }
      
      .reg-mob a:hover {
        background-color: #f36b05;
        color: #fff
      }
      
      .reg-mob a.active {
        background-color: #f36b05;
        color: #fff
      }
      .reg-desk{
        display: none !important;
      }
      .login-popup .close {
        position: absolute;
        top: 480px;
        left: 20px;
    }
    .login-popup .box {
        position: absolute;
        left: 50%;
        top: 150px;
    }
    #myBtn {
        position: fixed;
        bottom: 0px;
        right: 0;
    }
    /* .made_by_text{
        margin-bottom: 40px;
    } */
    .objective-img {
        width: 90px;
        padding-top: 20px;
    }
    .adm-proccess .section-title{
        text-align: center;
    }
    .adm-proccess {
        padding: 0px 0 20px 0;
    }
    footer {
        padding: 60px 0 20px 0;
    }
    .made_by_text {
        padding: 0 0 25px 0;
        display: block;
    }
    .desk-adm-img{
        display: none;
    }
    .mob-adm-img{
        display: block;
    }
    .login-popup .banner-form-wrap {
        padding-top: 470px;
    }
    .banner-form-popup p span {
        font-size: 22px;
    }
}

@media screen and (max-width:580px) {

    .research_text {
        color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 70%;
    }
    .banner-form {
        margin: 285px auto 0 auto;
    }
    #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;
    }
    .elig-right p {
        margin: 20px 0 0 0px;
        background-color: #f2b697b0;
        color: #000;
        padding: 25px 25px;
        text-align: justify;
        height: 430px !important;
    }
    .reimaging_list {
        width: 60% !important;
        text-align: center;
    }
    .top_menu_logo img {
        max-width: 85%;
    }
    .menu_mainbox img {
        max-width: 30px;
    }
    .login-popup .box {
        top: 185px;
    }
    /* .adm_no {
        max-width: 50px;
        border: 1px solid;
        border-radius: 50px;
        padding: 10px 10px;
        margin: -30px 133px 0 0;
    } */

    .key-desk{
        display: none;
    }
    .key-head {
        width: 92%;
    }
    .owl-theme .owl-dots{
       display: none;
    }
    .login-popup .banner-form-wrap{
        padding-top: 423px;
    }
    .login-popup .close {
        position: absolute;
        top: 430px;
        left: 20px;
    }
}
@media screen and (max-width:420px) {
    .adm_no {
        margin: -33px 112px 0 0;
    }
    .key-head {
        font-size: 36px;
    }
}
@media screen and (max-width:380px) {
    .banner-form {
        margin: 210px auto 0 auto;
    }
    .thankyou_button {
        text-align: center;
        font-size: 12px;
    }
    .elig-right p {
        height: 528px !important;
        text-align: center;
        padding: 20px 10px;
    }
    .adm_no {
        margin: -33px 85px 0 0;
    }
}