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

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

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

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

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../font/Montserrat-SemiBold.ttf);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat-Medium;
}
html, body {
  overflow-x: hidden;
  width: 100%;
}  
section {
    margin: 60px 0 0 0;
}
.heading {
    font-family: Montserrat-Medium;
    font-size: 40px;
    color: #000000;
    text-align: center;
}

.heading span {
    font-family: Montserrat-Black;
    color: #C30005; 
}

/* ===========header start===========  */

/* responsive start  */
.toggle_menu {
    display: none;
}


/* responsive end */
.top_menu_links {
    position: absolute;
    right: 0;
    top: -65px;
}

/* .top_menu_mainbox {
    padding: 15px 0 0 0;
    background-color: #fff;
} */

.top_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    margin: 10px 0 10px 0;
}

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

.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: #C30005;
    padding: 8px 20px;
    border-radius: 20px;
}

.main_menu_mainbox {
    background-color: #EEEEEE;
}

.main_menu_mainbox ul {
    padding: 0;
    margin: 0;
}

.main_menu_list {
    display: flex;
    justify-content: end;
    margin: 0;
    padding:0px;
}

.main_menu_list li {
    list-style-type: none;
    padding: 10px 18px;
    position: relative;
    font-size: 16px;
}

.main_menu_list li:hover {
    background-color: #992a2a;
}

.main_menu_list li:hover a {
    color: #fff;
    font-family: Montserrat-Medium;
    font-size: 16px;
}

.main_menu_list li:hover a::after {
    display: none;
}

.main_menu_list li a {
    color: #000000;
    text-decoration: none;
}

.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);
} */

/* Normal header */
#sticky-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  transition: all 0.3s ease;
  padding:10px 30px;
}

/* When scrolled */
#sticky-header.sticky {
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  padding: 10px 0; /* optional shrink effect */
}

.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: #C30005;
    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: #C30005;
      -webkit-box-shadow: 0 0 3px #C30005;
    }
    50% {
      background-color: #C30005;
      -webkit-box-shadow: 0 0 15px #C30005;
    }
    100% {
      background-color: #C30005;
      -webkit-box-shadow: 0 0 3px #C30005;
    }
  }
  @keyframes glowing {
    0% {
      background-color: #C30005;
      box-shadow: 0 0 3px #C30005;
    }
    50% {
      background-color: #C30005;
      box-shadow: 0 0 15px #C30005;
    }
    100% {
      background-color: #C30005;
      box-shadow: 0 0 3px #C30005;
    }
  }

  .menu_button_box{
    display: none;
  }

  .apply-now-btn{
    background-color: #992a2a;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
  }
  .apply-now-btn:hover{
    color: #fff;
  }
  .apply-btn{
    margin: 11px 0 0 8px;
  }
/* sticky css end  */
/* ===========header ends============  */

/* =========== Banner Section Start ============ */
.top_menu_logo img{
    height: 60px;
    padding: 0;
    object-fit: contain;
}
.banner_section{
    padding: 0;
    margin: 0px 0 0 0 !important;
}
/* .banner_box {
    background-image: url(../images/hero-banner-desktop.webp);    
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    background-color: #fff;
    padding: 0px 0;
    min-height: 541px;
    width: 100%;
} */

 .home_banner_slider {
    float: left;
    width: 100%;
    min-height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #050a10;
}
.banner-content h1,
.banner-content h3 {
    color: #fff;
    font-family: montserrat_regular;
} 

 .banner-content h1 span {
    color: #203546;
    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: #992a2a;
    font-weight: 700;
}

.banner-content ul {
    margin: 15px 0 0 0;
    padding: 0;
}

.banner-form {
    max-width: 360px;
    position: relative;
    background-color: #992a2a;
    /* box-shadow: 20px 15px 86px rgb(112 159 205 / 56%); */
    border-radius: 40px;
    z-index: 1;
}

 .banner-form form {
    z-index: 2;
    position: relative;
    padding: 10px 20px 30px 20px
}

.banner-form h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
}



 .banner-form lable,
.tab-content h5,
.tab-content h6,
a.submit_btn {
    color: #fff
} 

textarea.form-control {
    resize: none
}

.banner-form select.form-control {
    background: url("../images/arrow1.png") 97% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #212529;
    cursor: pointer
}

.form-control::placeholder {
    color: #212529;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #212529;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #212529;
    opacity: 1
}

 .banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 45px
} 

.banner-form .form-control {
    font-size: 12px;
    line-height: 18px;
    border-radius: 4px;
    height: auto;
    min-height: auto;
    padding: 8px;
    max-height: 60px;
    margin:0 0 10px 0;
}
.mobile_view {
    display: none;
}
.btn_submit {
    padding: 9px 25px;
    color: #fff !important;
    font-weight: 500;
    border: none;
    border-radius: 25px;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    background: linear-gradient(113deg,rgba(184, 0, 74, 1) 0%, rgba(51, 0, 117, 1) 100%);
    margin-top: 15px;
    border: 1px solid;
}

select {
  color: #9e9e9e;
}
option:not(:first-of-type) {
  color: black;
}
.btn_submit:hover{
    text-decoration: none;
    color: #C30005 !important;
    background: #fff !important;
    border: 1px solid #C30005 !important;
}
.loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #C30005; 
    border-radius: 50%; 
    width: 15px; 
    height: 15px; 
    animation: spin 1s linear infinite; 
    margin-left: 10px; 
} 
  
@keyframes spin { 
    0% { 
        transform: rotate(0deg); 
    } 
  
    100% { 
        transform: rotate(360deg); 
    } 
} 
  
.loading { 
    background-color: #ccc; 
    pointer-events: none; 
}
  
/* For banner animation (moveUp direction) */
.anim{
    opacity: 0;
    transform: translateY(30px);
    animation: moveup 0.5s linear forwards;
}
@keyframes moveup{ 
     
    100% { 
        opacity: 1;
        transform: translateY(0px); 
    } 
} 
/* banner section end */

/* <!------------------------form section start--------------------------> */
.form-mainbox .form-heading {
  color: #000;
  font-family: Montserrat-Medium;
  font-size: 25px;
  margin: 0 0 33px 0;
  text-align: center;
}
.form-mainbox {
  box-shadow: 0px 5px 28px #0000001A;
  padding: 25px 45px;
  background-color: #fff;
  border-radius: 41px;
  margin:50px 0 60px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}

.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: #000000;
  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 #707070;
  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: #9a0601; */
  /* background: linear-gradient(113deg, #000000ba 0, #000000 100%); */
  background: linear-gradient(113deg,#b8004a 0%, #330075 100%);
  color: #FFF;
  border-radius: 25px;
  font-size: 16px;
  border: 1px solid;
  font-family: Montserrat-Medium;
  padding: 8px 30px;
  transition-duration: 0.3s;
}
.form-mainbox .btn_submit:hover {
  background-color: #FFF;
  color: #fff;
  border: 1px solid #330075;
}
input:-internal-autofill-selected {
  background-color: #FFFF;
}
.loader { 
  display: none; 
  border: 4px solid rgba(255, 255, 255, 0.3); 
  border-top: 4px solid #F6F6F6; 
  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; 
}

/* ===========About Section start============  */
.store-locator-container {
    background: linear-gradient(113deg, #b8004a 0%, #330075 100%);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 650px;
    margin: auto;
}

h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.input-group {
    margin-bottom: 25px;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #fff;
}

#location-select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

.store-list {
    display: grid;
    gap: 20px;
}

/* Gradient Border Card */
.store-card {
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    border: 3px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(#fff, #fff),
                      linear-gradient(90deg, #330076 0%, #b8004a 50%, #330076 100%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.store-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.store-card h3 {
    margin-top: 0;
    color: #330076;
}

.store-card p {
    margin: 5px 0;
    color: #000;
}
.text-str{
    color: #FFF;
    text-align: center;
}


select.form-control {
    background: url(../images/arrow1.png) 97% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #a8a8a8;
    cursor: pointer;
}
/* Animation Starts */
/* 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); 
    } 
} 

/* Common animation base */
.scroll-left,
.scroll-right {
  opacity: 0;
  transition: all 0.8s ease-out;
}

/* Initial offscreen positions */
.scroll-left {
  transform: translateX(-30px); /* safer than -50px */
}

.scroll-right {
  transform: translateX(30px);
}

/* Final position when visible */
.scroll-left.active,
.scroll-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* Scroll-Up Animation */
.scroll-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.scroll-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* Fade-In Animation */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}

/* Animation ends */

/* ===========About Section ends============  */

/* ===========how it works Section start============  */
/****************** (Parallax Effect) starts********************/
body, html {
  height: 100%;
}
.parallax {
  background-image: url('../images/how-it-works.jpg');
  height: 408px; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
 .parallax .text {
  background-color: #000000ba;
  color: #fff;
  font-size: 2vw; 
  font-weight: bold;
  margin: 0 auto;
  padding: 60px 20px;
  width: 100%;
  height: 408px;
  text-align: left;
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Montserrat-Medium;
  /* mix-blend-mode: screen; */
}

.obj_head{
  font-family:Montserrat-Medium;
  font-size: 40px;
    text-align: center;
 }

.obj_txt ul { 
  margin: 0 170px;
  text-align: justify;
  font-family: Montserrat-Medium;
  font-size: 18px;
  /* list-style-type: none; */
}
.obj_txt ul li{
    line-height: 25px;
    margin: 0 0 11px 0;
}
.obj_txt ul li::marker{
  color: #fff;
  font-size: 26px;
}
.obj-bg p{
    text-align: center;
}
/****************** (Parallax Effect) end********************/
/* ===========how it works Section ends============  */

/* Opportunities section start */

#opportunities {
    padding: 20px 0;
    background-color: #fff;
}
/* 
.career-box p{
    display: flex;
    place-items: center;
    font-size: 16px;
    margin: auto;
    text-align: initial;
    line-height: 17px;
    border: 3px solid #000;
    border-radius: 20px;
    color: #000;
    padding: 20px 10px;
    font-weight: bold;
    line-height: normal;
} */
.career-box p {
    position: relative; /* needed for pseudo-element */
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: auto;
    text-align: initial;
    line-height: normal;
    padding: 20px 10px;
    font-weight: bold;
    border-radius: 20px;
    background: #fff; /* plain background */
    z-index: 1; /* keep text above the pseudo-element */
}

/* Gradient border using pseudo-element */
.career-box p::before {
    content: '';
    position: absolute;
    top: -3px; bottom: -3px; left: -3px; right: -3px; /* border thickness */
    border-radius: 20px; /* same as main element */
    padding: 3px; /* thickness of the border */
    background: linear-gradient(
        90deg, 
        rgba(51, 0, 118, 1) 0%, 
        rgba(184, 0, 74, 1) 50%, 
        rgba(51, 0, 118, 1) 100%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.career-box img{
    height: 90px;
    width: 90px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: border 750ms;
    background-color: #efebea;
    margin: 0 15px;
}
.career-box img:hover {
    border: 8px solid rgb(184 0 74);
    background-color: #ffffff;
}
/* Opportunities section end */

/* Imp Dates section start */
.date-section .section-heading span {
    color: #000000;
}

.date-section {
    padding: 40px 0 0px 0;
}

table,
tr,
th,
td {
    border-collapse: separate;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
}

tr,
th,
td {
    border: 1px solid #8888884D;
}

table th {
    font-family: 'Montserrat-Black';
    text-align: center;
    color: #FFF;
    background: #B8004A;
    background: linear-gradient(0deg, rgba(184, 0, 74, 1) 0%, rgba(51, 0, 117, 1) 100%);

}

.table-striped>tbody>tr:nth-of-type(even)>* {
    /* --bs-table-accent-bg: var(--bs-table-striped-bg); */
    color: var(--bs-table-striped-color);
    --bs-table-accent-bg: #90005633;
}

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


/* date section end */

/* ===========Conclusion section start============  */

.bg-black {
    /* background: url(../images/look-bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    margin: 30px 0 0 0;
}

#conclusion-txt .custom-container {
    position: relative; /* required for pseudo-elements */
    padding: 20px 30px !important;
    background-color: #72676724;
    overflow: hidden; /* ensures pseudo-elements don't overflow */
    border: none; /* remove old solid borders */
}

/* Top gradient border */
#conclusion-txt .custom-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px; /* thickness of the border */
    background: #330076;
    background: linear-gradient(90deg, rgba(51, 0, 118, 1) 0%, rgba(184, 0, 74, 1) 50%, rgba(51, 0, 118, 1) 100%);
}

/* Bottom gradient border */
#conclusion-txt .custom-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px; /* thickness of the border */
    background: #330076;
    background: linear-gradient(90deg, rgba(51, 0, 118, 1) 0%, rgba(184, 0, 74, 1) 50%, rgba(51, 0, 118, 1) 100%);

}
.strock-text11 {
    /* color: #000;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000; */
    color: #000000;
    -webkit-text-fill-color: #000000;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #000;
    font-family: Montserrat-Bold;
    font-size: 40px;
    font-weight: 900;
    padding: 20px 0;
}
.cln-txt {
    color: #000;
    font-size: 24px;
    font-weight: 900;
    /* text-transform: capitalize; */
    padding: 7px 0;
    animation-name:blink;
    animation-duration:1.5s;
    animation-timing-function:ease-in-out;
    animation-iteration-count:Infinite;
    width: 100%;
    float: left;
    cursor: none;
}

@keyframes blink{
  0%{color:#c30005;}
  50%{color:#000;}
  100%{color:#c30005;}
}
#conclusion-txt a{
    text-decoration: none;
}
/* ===========Conclusion section ends============  */

/* why section start */
/* .why-section {
    padding: 20px 0 20px 0;
} */
.why-section .heading {
    font-family: Montserrat-Medium;
}

/* why section end*/

/* ===========gallery section start============  */

.rec_heading h2 {
    font-family: Montserrat-Medium;
    text-align: center;
    font-size: 36px;
}

.rec_mainbox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.rec_listing img {
    max-width: 200px;
}
/* ===========gallery section ends============  */

/* Need Assistance section start */
/* .why-section {
    padding: 20px 0 20px 0;
} */
.need-asst .heading {
    font-family: Montserrat-Medium;
}
.need-content p {
    font-family: Montserrat-Medium;
    text-align: center;
}
/* Need Assistance section end*/


/* ===========Footer section starts============  */
footer {
    /* background-color: #000000; */
     background: linear-gradient(
        90deg, 
        rgba(51, 0, 118, 1) 0%, 
        rgba(184, 0, 74, 1) 50%, 
        rgba(51, 0, 118, 1) 100%
    );
    padding: 60px 0 10px 0;
    color: #FFF;
    margin: 50px 0 0 0 ;
}

footer p {
    font-family: Montserrat-Medium;
}

.footer_left_mainbox p span{
    font-size: 25px;
    font-family: Montserrat-bold;
    letter-spacing: 2px;
}
footer a {
    color: #FFF;
    text-decoration: none;
    font-family: Montserrat-Bold;
}

footer a:hover {
    font-family: Montserrat-Bold;
    color: #FFF;
    text-decoration: none;
}
.copyright{
    font-size: 12px;
}
.made_by_text img{
    /* background-color: #fff; */
    width: 60px;
    padding: 7px 0px;
    text-decoration: none;
    /* border-radius: 20px; */
}
.map-placeholder {
    cursor: pointer;
    text-align: center;
}

.map-placeholder img {
    width: 100%;
    border-radius: 10px;
}
/* ===========Footer section ends============  */

/* Top Button starts */
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.9;
    height: 40px;
    width: 40px;
    opacity: 0.5;
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
  }
#myBtn:hover {
    /* background-color: #555; */
    opacity: 1;
}
/* Top Button ends */

/* ===========Thank you page section start============  */
.thankyou_banner_section .heading{
    padding: 0px 0 40px 0;
    font-size: 80px;
    font-family: Montserrat-Black;
    text-align: center;
    color: #C30005;
}
.thankyoutext {   
    font-size: 50px;
    color: #000;
    font-weight: normal;
    /* line-height: 4; */
    font-family: "Montserrat-Medium";
    text-align: center;
    padding: 0px 0 40px 0;
}
.thankyou_button {
    text-align: center;
}
.thankyou_button .banner-btn {
    font-family: "Montserrat-Medium";
    font-size: 28px;
    width: 86%;
    padding: 40px;
    color: #e32323;
    text-decoration: none;
}

.ty_btn {
    font-family: "Montserrat-Medium";
    background-color: #C30005;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.ty_btn:hover {
    text-decoration: none;
    color: #C30005;
    background: #fff;
    border: 1px solid #C30005;
}

.thankyou_button .btn_tysubmit a {
    font-family: "Montserrat-Medium";
    background: #C30005;   
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.thankyou_button .btn_tysubmit a:hover {
    text-decoration: none;
    color: #C30005;
    background: #fff;
    border: 1px solid #C30005;
    text-decoration: none;
    text-transform: 0.4s;
}

/* ===========Thank you page section ends============  */
/* @media screen and (min-width: 1901px) and (max-width: 4500px) {
    .home_banner_slider {
        background-size: contain;
    }
    
    .banner-form {
       margin: 105px 0px 0 0;
    }
     .tf__single_category_text {
        padding: 50px 10px 50px 65px;
    }
    .ssla-bg {
        height: 660px;
    }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
    .home_banner_slider {
        background-size: contain;
        height: 650px;
    }
    .abt-img-box {
        padding: 29px 0 0 0;
    }

    .banner-form {
       margin: 105px 0px 0 0;
    }
    .tf__single_category_text {
        padding: 50px 10px 50px 65px;
    }

} */




@media screen and (min-width:1365.98px) {
    /* .banner_box{
        min-height: 650px;
    } */
     .career_mainbox .career_para{
        font-size: 21px;
    }
    .programme_structure_right1 p{
        font-size: 20px;
    }
    .programme_structure_right p{
        font-size: 20px;
    }
}
@media screen and (max-width:1199.98px) {
    /* .banner_box{
        min-height: 500px;
        background-size: cover;
        background-position: left;
    } */
}
@media screen and (max-width: 1099.98px) {
    /* .banner_box {
        min-height: 460px;
    } */
    .career_listing {
        width: 23%;
    }
    .minor_specialisation_box .career_listing {
        width: 31%;
        text-align: center;
    }
}

@media screen and (max-width: 1023.98px) {
    .top_menu_logo img {
        max-width: 85%
    }
    
    .top_link li a::after {
        top: 25%;
    }

    .top_link li {
        padding: 8px;
        font-size: 14px;
    }

    .top_link li:nth-child(3) a {
        font-size: 15px;
    }

    .main_menu_list li {
        padding: 10px 17px;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }

    .banner_text {
        font-size: 50px;
    }

    .banner_mainbox .bannerText_box {
        top: 15%;
        right: 10.5%;
    }

    h1.banner_maintext {
        font-size: 23px;
        margin: 0;
        line-height: 45px;
    }

    .bannerClg_text {
        font-size: 22px;
        line-height: unset;
    }

    .about_para p {
        font-size: 14px;
        margin-top: 15px;
    }

    .about_us_section::before {
        height: 155px;
        width: 100px;
    }

    .about_content_box {
        max-width: 85%;
        margin: 0 auto;
        padding: 0 20px 0 0;
    }

    .program_heading_box::before {
        height: 155px;
        width: 160px;
        top: 6px;
        left: -48px;
    }

    .why_content_box {
        padding: 30px 20px 0 50px;
        font-size: 14px;
    }

    .custom_list li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .admission_mainbox .heading {
        font-size: 34px;
        color: #000000;
    }

    .admission_mainbox {
        padding: 0 25px;
        text-align: center;
    }

    .career_img img {
        max-height: 65px;
    }

    .career_para {
        padding: 15px 0 25px;
        font-size: 16px;
    }

    .rec_listing img {
        max-width: 160px;
    }

    .rec_heading h2 {
        font-size: 30px;
    }
    .home_banner_slider {
        background-size: cover;
    }
    .banner-form {
        margin: 0 0 0 -30px;
        /* margin: 158px -30px 0 0; */
    }
    /* .banner_box {
        min-height: 470px;
    } */
    .form-mainbox{
        margin: 40px 0 60px 0;
    }
    footer {
        margin: 40px 0 0 0;
    }
    .banner-section .owl-nav {
        float: left;
        width: 100%;
        margin: -280px 0 0 0;
        position: relative;
        z-index: 5;
        padding: 0px 6px;
    }
    .admission_para p {
        font-size: 11px;
        min-height: 20px;
    }
    /* .banner-form-wrap {
        justify-content: flex-end;
    } */
    .abt-img-box {
        background: #fff !important;
    }
    .home_banner_slider {
        min-height: 465px;
    }
    .apply-btn {
        margin: 11px 0 0 5px;
        text-align: center;
        font-size: 13px;
    }
    .apply-now-btn {        
        padding: 15px 8px;
    }
    .banner-section .owl-nav {
        float: left;
        width: 100%;
        margin: -20px 0 0 0;
        position: relative;
        z-index: 5;
        padding: 0 20px;
    }
    .banner-form {
        max-width: 333px;
    }
    .tf__single_category_icon {
       line-height: 60px;
    }
    .tf__single_category_icon{
        width: 65px;
        height: 65px;
    }
    .tf__single_category_text h3 {
        font-size: 13px;
    }
    .tf__single_category_text{
        padding: 50px 10px 50px 25px;
    }
    .obj_txt ul {
        font-size: 16px;
    }

}

@media screen and (max-width: 991.98px) {
    /* ------Responsive-START---- */
    .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;
    }
    .toggle_menu img {
        max-height: 33px;
    }
    .menu_box ul {
        /* height: 550px; */
        padding: 40px 0px 0px 0px;
    }

    .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: #fdf5f5;
        /* width: 100%; */
        width: 75%;
        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: #13886a;
        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;
    }

    /* ------Responsive-END---- */
    .top_menu_links {
        position: unset;
    }

    .top_link {
        display: block;
    }

    .menu_box .my_btn {
        font-family: Montserrat-Bold;
        background-color: #c30005;
        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;
    }
    .btn_register_snap .my_btnregister {
        display: none;
    }

    .btn_register_snap a {
        font-family: Montserrat-Bold;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }
    .btn_register_snap_mobile .my_btnregister_mobile {
        font-family: Montserrat-Bold;
        background-color: #c30005;
        padding: 8px 20px;
        border-radius: 20px;
        color: #fff;
        text-decoration: none;

        -webkit-animation: glowing 1300ms infinite;
        -moz-animation: glowing 1300ms infinite;
        -o-animation: glowing 1300ms infinite;
        animation: glowing 1300ms infinite;
    }
    .mobile_view {
        display: block;
        color: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .home_banner_slider {
        background-color: #550303 !important;
        background-image: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        min-height: inherit;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .form-banner-mainbox {
        margin: 0;
    }
    .admission_note {
        font-size: 12px;
        margin: 0;
        /* margin: 20px 40px; */
    }
    .modal-header .close {
        margin: 0;
    }
    .banner-form {
        margin: 0px auto 0 auto;
    }
    .career_mainbox {
        display: flex;
        flex-wrap: wrap;
    }
    .admission_mainbox_after::after {
        position: relative;
    }
    .thankyou_mainbox {
        height: auto;
        margin-bottom: 25px;
    }
    .thankyou_heading {
        font-size: 40px;
        text-align: center;
    }
    .thankyou_heading span {
        font-size: 25px;
    }
    figcaption.figure_caption {
        font-size: 16px;
    }
    figcaption span {
        font-size: 20px;
    }
    .banner-section .owl-nav {
        float: left;
        width: 100%;
        margin: -225px 0 0 0 !important;
        position: relative;
        z-index: 5;
        padding: 0px 6px;
    }
    .knowmore-btn {
        margin-bottom: 30px;
    }
    .abt-img-box {
        height: auto;
        padding: 0 0;
    }
    .about_img_box1 img {
        min-height: 154px;
        border-radius: 6px;
    }
    .qr-code-img img {
        width: 35% !important;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .webinar-img {
        display: none;
    }
    .footer_left_mainbox {
        text-align: center;
    }
    .apply-btn {
        margin: 11px 0 11px 0px;
        text-align: center;
        font-size: 15px;
    }
    .apply-now-btn {
        padding: 15px 15px;
    }
    .parallax .text {
        padding: 45px 20px;
    }
    /* .banner_box {
        min-height:370px;
    } */
    .form-mainbox {
        margin: 40px 0 60px 0;
    }
    .about-box {
        padding: 50px 65px 50px 70px;
        background: #992a2a;
        z-index: 1;
    }
    .career_listing{
        width: 31%;
    }
    .career_mainbox{
        gap: 15px;
    }
    .career_img img {
        max-height: 50px;
        width: auto;
    }

    .obj_txt .obj_head {
        font-family: Montserrat-Medium;
        font-size: 25px;
    }
    .heading{
        font-size: 25px;
    }
    .about-content{
        padding: 40px 40px 40px;
    }
    .about-box{
        padding: 40px;
    }
    .about_us_section {
        padding: 40px 10px;
    }
    #career_opportunity_section {
        padding: 30px 0;
    }
    .parallax .text {
        padding: 30px 10px;
    }
    .exp_section {
        margin: 0 0 30px 0 !important;
    }
    .cln-txt{
        width: 100%;
        float: left;
    }
    .strock-text11{
        font-size: 25px;
    }
    .cln-txt{
        font-size: 25px;
    }

.scroll-down {
        display: block;
    }

}
@media screen and (max-width: 767.98px) {
    .programme_structure_sec {
        padding: 0 0 0 0px;
        justify-content: center;
    }
    .left-heading {
        padding: 0 0 0 0px;
        text-align: center;
        font-size: 25px;
    }
    .ssla-bg{
        display:none;
    }
    section {
        margin: 30px 0 0 0;
    }
    /* .banner_box {
        background-image: url(../images/hero-banner-mobile.webp);
        min-height: 440px;
    } */
    .form-mainbox {
        margin: 40px 0 40px 0;
    }
    .form-mainbox{
        padding: 25px 25px;
    }
    .about-content{
        margin: 0 0px 0 0;
    }
    .parallax .text{
        height: inherit;
        padding: 30px 10px;
    }
    .programme_structure_right1 p {
        margin: 0;
        padding: 0;
    }
    .programme_structure_sec .programme_structure_box {
        display: flex;
        align-items: center;
    }
    .top_menu_logo img {
        max-width: 65%;
    }
    .top_menu {
        margin: 0px 0 0px 0;
    }
    .about-box {
        padding: 20px;
    }
    .programme_structure_sec .programme_structure_box{
        min-height: 100px;
    }
    

}

@media screen and (max-width: 575.98px) {
    /* .banner_box {
        min-height: 370px;
    } */
    .banner_section {
        margin: 80px 0 0 0 !important;
    }
    .form-control {
        height: 37px;
    }
    .form-mainbox .form-heading {
        line-height: normal;
    }
    #sticky-header{padding: 10px;}
    .minor_specialisation_box .career_listing {
        width: 45%;
        text-align: center;
    }
    .career_mainbox .career_para {
        font-size: 14px;
    }
    #why_section ul{
        line-height:normal;
    }
    .parallax {
        background-image: url(../images/ssla-team.jpg);
        height: 530px;
    }
    .programme_structure_sec .programme_structure_box{
        min-height:inherit;
    }


}
@media screen and (max-width:479.98px) {
    /* .banner_box {
        min-height: 270px;
    } */
    .career_listing {
        width: 45%;
    }
}

