@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  font-size: 62.5%;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}

:root {
  --textwhite: rgb(247, 247, 247);
  --btn-color: #585858;
  --main-bg-color: #fff;
  --purple-color: #382c79;
  --yellow-color: #efb31d;
  --orangered-color: #e26c23;
  --red-color: #e22028;
  --white-color: #fff;
  --black-color: #000;
  --gray-color: #dadada;
  --light-gray-color: #eee;
  --light-bg-color: #f7f8fc;
  --nse-purple: #392e7d;
  --nse-orange: #e96f24;
  --nse-red: #e41f28;
  --nse-yellow: #f1b519;
  --nse-light-cyan: #4cd9f5b0;
  --nse-light-purple: #4c3ea7a6;
  --nse-light-orange: #fd7e14c4;
  --nse-light-red: #f33c44a8;
  --nse-light-yellow: #f9c53da8;
  --nse-ex-light-cyan: #0dcaf066;
  --nse-ex-light-purple: #392e7d89;
  --nse-ex-light-orange: #fd7e1461;
  --nse-ex-light-red: #e41f284f;
  --nse-ex-light-yellow: #f1b51952;
  --bg-main-theme: #f3f6f8;
  --bg-secondary-theme: #f7fcff;
  --bs-black: #000;
  --bs-blue: #0d6efd;
  --bs-dark-blue: #5863a6;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0080ff;
  --bs-secondary: #6c757d;
  --bs-success: #18d26b;
  --bs-info: #00b8d4;
  --bs-warning: #ffa800;
  --bs-danger: #ff3f3f;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-light-green: #58baab;
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #558309;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
  --ex-light-purple: #f4effc;
  --shadow-color1: rgba(255, 255, 255, 0.1);
  --shadow-color2: rgba(50, 50, 93, 0.25);
  --shadow-color3: rgba(0, 0, 0, 0.3);
  --inner-gap: 2.5rem;
  --border-radius-btn: 1rem;
  --gradient-color: -webkit-linear-gradient(
    left,
    var(--nse-purple),
    var(--nse-red)
  );
  --gradient-white-color: -webkit-linear-gradient(
    left,
    var(--white-color),
    var(--nse-red)
  );
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
}

.heading_secondry {
  text-align: center;
}
.heading_secondry h2 {
  font-size: 3rem;
}

button {
  background-color: transparent;
  border: none;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(55, 45, 121);
  border-radius: 30px;
}

::-webkit-scrollbar-track {
  background-color: rgb(239, 179, 29);
}

.text_size1 {
  /*font-size: 1.5rem;*/
  font-size: 1.4rem;
    font-weight: 400;

}

.navigation_header {
  z-index: 99;
  background-color: white;
  position: fixed;
  min-height: 13vh;
  top: 0%;
  width: 100%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.navigation_header nav{
  width: 100%;
  padding-inline: 3rem;
}

.navbar {
  font-size: 1.5rem;
}

.header_logo {
  max-width: 120px;
}

.header_logo_ncfmpro {
  max-width: 155px;
  padding: 1rem 0rem;
}

.header_logo > img {
  width: 100%;
}

.header_logo_ncfmpro > img {
  width: 100%;
}

.dropdown-menu .dropdown-item {
  font-size: 1.3rem;
  border-bottom: 1px solid white;
  color: white;
}
.navbar-nav .dropdown-menu{
  background-color: #382c79;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: transparent !important;
}
.header {
  font-size: 1.65rem;
  font-weight: 600;
}

#home {
  color: var(--bs-black);
  position: relative;
  height: 90vh;
  width: 100%;
  background-size: cover;
  background-image: url("../photos/bannerimages/Background\ Image.png");
  background-repeat: no-repeat;
}

.home_image_banner {
  position: absolute;
  background-color: rgba(12, 4, 63, 0.048);
  height: 90vh;
  width: 100%;
}

.hero_section {
  width: 100%;
  min-height: 100vh;
  align-items: center;
  display: flex;
  gap: 5rem;
  padding-inline: 9%;
}

.hero_section_para {
  max-width: 50%;
}

.hero_section_para {
  max-width: 50%;
}

.hero_section_para {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.hero_section_para_headings{
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

.hero_section_para_headings h2:nth-child(1){
  font-weight: 600;
}

.hero_section_para .hero_section_para_headings h1 {
  font-size: 3.5rem;
}

.hero_section_para .hero_section_para_headings h2 {
  font-size: 2.5rem;
}

.hero_section_para .hero_section_para_text {
  font-size: 1.5rem;
  text-align: justify;
}

.hero_section_para_line_images {
  width: 100%;
}

.hero_section_para_button {
  display: flex;
  gap: 2rem;
}

.btn:hover {
  border: 1px solid var(--textwhite);
}

.hero_section_para .hero_section_para_button .btn {
  color: var(--textwhite);
  background-color: var(--nse-purple);
  min-width: 15rem;
  font-size: 1.5rem;
  padding: 5px 10px;
  transition: border 0.5s linear;
}

.hero_section_para .hero_section_para_button .btn:nth-child(2) {
  background-color: transparent;
  color: var(--nse-purple);
  /* color: var(--bs-dark); */
  min-width: 15rem;
  font-size: 1.5rem;
  padding: 8px 10px;
  border: 1px solid var(--nse-purple);
  transition: all 0.3s ease;
}
.hero_section_para .hero_section_para_button .btn:nth-child(2):hover {
  background-color: var(--white-color);
  color: var(--nse-purple);
  transition: all 0.3s ease;
}

.hero_section_para_line_images img {
  width: 100%;
}

.hero_section_img {
  margin-top: 50px;
  width: 50%;
}

#home .swiper {
  width: 100%;
}

#home .swiper-wrapper {
  border-radius: 10px;
}

#home .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

#home .swiper {
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#home .swiper-slide {
  background-size: cover;
  background-position: center center;
}

#home .homeswiper2 {
  height: 80%;
  width: 100%;
}

#home .homeswiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0px;
}

#home .homeswiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

#home .homeswiper .swiper-slide-thumb-active {
  opacity: 0.6;
}

#home .swiper-slide img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.fade-up{
  color: var(--nse-yellow) !important;
}
#feature_cource {
  min-height: 50vh;
  width: 100%;
}

#feature_cource .container-fluid {
  padding: 30px 5px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.program_glimps,
.products {
  background-color: rgb(248, 249, 250);
  padding-block: 30px;
  padding-inline: 9%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 5px;
}
.products-inner{
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
    justify-content: center;
}

.product_card {
  overflow: hidden;
  border-radius: 5px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.4rem;
  transition: 0.5s ease-in-out;
}

.product_img {
  max-width: 100%;
  position: relative;
}

.product_img .product_card_heading {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  width: 100%;
  left: 0%;
  bottom: 0%;
  color: rgb(0, 0, 0);
  min-height: 5vh;
}

.product_img img {
  width: 100%;
}

.product_card_body{
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  justify-content: center;
  /* text-align: center; */
}

.product_card_para {
  font-weight: 400;
  font-size: 1.4rem;
  width: 100%;
  padding: 0px 10px;
  letter-spacing: -0.1px;
  line-height: 1.3;
  min-height: 10.5rem;
}

.product_card_button {
  gap: 1rem;
  align-self: flex-end;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  padding: 0px 10px;
}

.product_card_button button {
  width: 100%;
  font-weight: 600;
  min-height: 6vh;
  flex-grow: 1;
  border-radius: 2px;
  transition: 0.5s ease-in-out;
}

.product_card_body .download_brochure_btn{
  border: 2px solid var(--nse-orange);
  margin: 5px 10px;
  padding: 5px 10px;
  transition: 0.5s ease-in-out;
  font-weight: 600;
  border-radius: 5px;
}
.product_card_body .download_brochure_btn:hover{
  background-color: var(--nse-orange);
  color: white;

}

.product_card_button .view_more {
  background-color: var(--nse-purple);
  color: white;
}

.product_card_button .add_to_cart {

  color: var(--nse-purple);
  border: 1px solid var(--nse-ex-light-purple);
}

.product_card_button .view_more:hover {
  color: var(--nse-purple);
  border: 1px solid var(--nse-ex-light-purple);
  background-color: transparent;
}

.product_card_button .add_to_cart:hover {
  background-color: var(--nse-purple);
  color: white;
}

.product_card:hover .product_img img {
  transition: 0.5s ease-in-out;
  filter: grayscale(10%);
}

#who_shoud_join {
  padding: 30px 5px;
  padding-top: 0;
  margin-top: 2rem;
}

#who_shoud_join .container-fluid {
  padding: 30px 5px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}



#who_shoud_join .container-fluid .heading_secondry {
  width: 100%;
}

.who_shoud_join_section{
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.who_shoud_join_section .who_shoud_join_section_left{
  display: flex;
  align-items: center;
}

.who_shoud_join_section .who_shoud_join_section_left .who_shoud_join_section_left_img{
  overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.who_shoud_join_section .who_shoud_join_section_left  img{
    width: 100%;
}
.who_shoud_join_cards{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  
}
.who_shoud_join_cards .who_shoud_join_card{
  max-width: 290px;
  width: 100%;
  background-color: var(--nse-orange);
  color: white;
  outline: 1px solid black;
  border-radius: 5px;
  min-height: 25vh;
}


.who_shoud_join_cards .who_shoud_join_card:hover{
  box-shadow: rgb(0, 0, 0) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}


.who_shoud_join_cards .who_shoud_join_card .who_shoud_join_card_heading{
  background-color: white;
  padding: 5px 10px;
}
.who_shoud_join_cards .who_shoud_join_card .who_shoud_join_card_heading h4{
  color: #000;
  min-height: 5vh;
}
.who_shoud_join_cards .who_shoud_join_card p{
  padding: 10px;
}

@media (min-width: 1199px) and (max-width: 1699px) {
  .hero_section_img {
    margin-top: 90px;
  }
  .home_image_banner{
    height: 100vh;
  }
  #home{
    height: 100vh;
  }
  .hero_section {
    min-height: 100vh;
  }
}
@media (min-width: 299px) and (max-width: 699px) {
  .navigation_header{
    position: sticky;
    top: 0%;
  }
  .hero_section {
    flex-direction: column-reverse;
    gap: 1rem;
    align-items: center;
    min-height: 100vh;
    /* margin-top: 3rem; */
    justify-content: center;
  }
  .who_shoud_join_section{
    flex-direction: column;
    align-items: center;
  }
  .who_shoud_join_cards{
    gap: 2rem;
  }
  .who_shoud_join_cards .who_shoud_join_card{
    max-width: 100%;
    min-height: 15vh;
    transition: 0.5s ease-in-out;
  }
  .who_shoud_join_cards .who_shoud_join_card .who_shoud_join_card_heading h4{
    min-height: 3vh;
  }
 .key_feature_card {
        width: 100% !important;
    }
    .hero_section_para .hero_section_para_headings h1{
      font-size: 3rem;
    }
    .hero_section_para .hero_section_para_headings h2{
      font-size: 2rem;
    }
    .products-inner{
      justify-content: flex-start;
    }
    .product_card{
      max-width: 100%;
    }
    .program_glimps, .products{
      padding: 30px 0px;
    }
    #key_feature .container-fluid{
      padding: 0px;
      gap: 1rem;
    }
    .benefits_cards{
      gap: 0rem;
    }
    .About_nse_para{
      text-align: justify;
    }
    .heading_secondry h2{
      font-size: 2rem;
    }
    .get_in_touch_contact_card{
      text-align: start !important;
      align-items: start !important;
    }
    #get_in_touch{
      padding: 10px !important;
    }
    .hero_section_para .hero_section_para_text{
      text-align: justify;
      padding: 5px;
    }
    .header_logo{
      max-width: 100px;
    }
    .header_logo_ncfmpro{
      max-width: 120px;
    }
    .v_line{
      height: 40px !important;
    }
    .navigation_header nav{
      padding-inline: 1rem;
    }
    #feature_cource .container-fluid{
      background-color: transparent;
      padding: 30 0px;
       box-shadow: none; 
       border-radius: 0px;  
    }
    #key_feature .container-fluid{
      padding: 10px;
    }
    .get_in_touch_contact_cards{
      align-items: center !important;
      justify-content: start !important;
    }
    .get_in_touch_contact_card_phone {
      text-align: start;
    }
    .navigation_header{
      min-height: 8vh;
    }
    ::-webkit-scrollbar {
      display: none;
    }

    .hero_section_para {
      max-width: 100%;
      gap: 1rem;
    }
  
    .hero_section_img {
      margin-top: 10px;
      width: 100%;
    }
    .hero_section_para_text p{
      font-size: 1.1rem;
    }
    .product_card_heading h4{
      font-size: 1.7rem;
    }
    .home_image_banner{
      height: 100vh;
      position: relative;
    }
    #home{
      height: 100vh;
    }
    .payment_card{
      border: 1px solid var(--nse-purple) !important;
    }
    
}

#program_glimps .container-fluid_glimps {
  padding-block: 30px;  display: flex;
  flex-direction: column;
  gap: 3rem;

}

.program_glimps.mobile{
  display: none;
}



@media (max-width:699px) {
  .program_glimps.mobile{
    display: block;
  }
  .program_glimps.dextop{
    display: none;
  }
}

.swiper_video_card {
  text-decoration: none;
}

.swiper-slide {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program_glimps_video_card_inner {
  max-width: 350px;
  position: relative;
  overflow: hidden;
}

.program_glimps_video_card:hover .video_card_banner {
  top: 100%;
  transition: top 0.5s ease-in-out;
}

.video_card_banner {
  font-weight: 600;
  color: var(--white-color);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  top: 0%;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  border-radius: 5px;
}

.program_glimps_video_card_inner img {
  border-radius: 5px;
  width: 100%;
}

.swiperglimps {
  position: relative;
}

.next_prev {
  margin: 5px;
  gap: 2rem;
  flex-direction: row-reverse;
  display: flex;
  font-size: 2rem;
}

.next_prev i {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 3rem;
  width: 3rem;
  border: 2px solid var(--bs-black);
}

#key_feature {
  background-color: rgb(248, 249, 250);
}

#key_feature .container-fluid {
  padding-block: 30px;
  padding-inline: 9%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.key_feature_cards {
  display: flex;
  column-gap: 2%;
  row-gap: 2.4rem;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.key_feature_card {
  width: 23.5%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 5px;
}
.key_feature_card:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  background-color: var(--nse-light-orange);
  /* color: white !important; */
}

.key_feature_card .key_feature_card_heading {
  border-radius: 5px 5px 0px 0px;
  padding: 5px;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--nse-purple);
}

.key_feature_card_para span{
  /* color: var(--nse-red); */
  font-weight: 500;
}

.key_feature_card .key_feature_card_heading i {
  font-size: 2rem;
}

@media (max-width: 991px) {
  .key_feature_card {
    max-width: 100%;
  }
}

#benefits {
  background-color: rgb(248, 249, 250);
}

#benefits .container-fluid {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.benefits_cards {
  gap: 1.5rem;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}

.benefits_card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  max-width: 250px;
}

.benefits_card .card_heading {
  padding: 5px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid var(--nse-ex-light-purple);
}

.benefits_card .img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  border-radius: 50%;
  background-color: white;
  max-width: 100px;
}

.benefits_card .img img {
  min-height: 100px;
  width: 100%;
}

/* monial starts from here */
#monial .container-fluid {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.monial_card{
  display: flex;
}
#About_nse .container-fluid {
  gap: 3rem;
  display: flex;
  flex-direction: column;
  padding-block: 30px;
  padding-inline: 9%;
}


#About_nse .container-fluid  .about_nse_banner {
  display: flex;
  gap: 3rem;
  width: 100%;
  height: 100%;
}



.About_nse_para p{
  text-align: justify;
}
.About_nse_para {
  border-radius: 10px;
  width: 55%;
}

.nse_about_img{
  width: 40%;
}
.nse_about_img img{
  width: 100%;
  border-radius: 10px;
}
#faq {
  padding-block:  30px;
  background-color: white;
}

#faq .container-fluid {
  padding-inline: 9%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.faq_container .accordion {
  color: black;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq_container .accordion .accordion-item {
  background-color: transparent;
}

.accordion-item .show .accordion-body {
  background-color: white;
}

.faq_container .accordion .accordion-item .collapsed {
  font-size: 1.5rem;
  background-color: transparent;
  padding: 2rem;
}

.faq_container .accordion .accordion-item button {
  color: black;
  font-weight: 600;
  font-size: 1.5rem;
  background-color: white;
}

.faq_container .accordion .accordion-body {
  font-weight: 400;
  font-size: 1.4rem;
}

.faq_container .accordion-button:focus {
  outline: 0px;
  box-shadow: none !important;
}

.faq_container .accordion-button::after {
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}

#get_in_touch {
  background-color:  var(--nse-purple);
  padding: 75px;
  display: flex;
  color: var(--white-color);
}

#get_in_touch .container-fluid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.get_in_touch_contact_cards {
  gap: 3rem;
  display: flex;
  justify-content: center;
}

.get_in_touch_contact_card {
  padding: 10px;
  width: 235px;
  border-radius: 5px;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  background: white;
  color: black !important;
}

.get_in_touch_contact_card div {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--white-color);
}

.get_in_touch_contact_card div i {
  font-size: 2rem;
}

.get_in_touch_contact_card a {
  display: flex;
      align-items: center;
      gap: 1rem;
      color: #1b1b1b;
      font-size: 2rem;
      text-align: center;
      justify-content: center;
  }


.get_in_touch_contact_info_card {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.get_in_touch_contact_card_para {
  display: flex;
  flex-direction: column;
}

.get_in_touch_contact_card_header {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.get_in_touch_contact_card_header .img {
  max-width: 50px;
}

.get_in_touch_contact_card_header .img img {
  max-width: 100%;
}

.get_in_touch_contact_card_logo {
  max-width: 150px;
}

.get_in_touch_contact_card_logo img {
  width: 100%;
}

.get_in_touch_address_card {
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
}

@media (max-width: 991px) {
  .get_in_touch_contact_cards {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .get_in_touch_contact_card {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  #About_nse .container-fluid .about_nse_banner{
    flex-direction: column;
  }
  .About_nse_para{
    width: 100%;
  }
  .nse_about_img{
    width: 100%;
  }
}

.footer {
background-color: #fff;
    min-height: 10vh;
    font-size: 1.2rem;
    color: black;
}

.footer .container-fluid {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.footer .nse_line {
  width: 100%;
  height: 5px;
}

.footer_para {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

.footer_text {
  display: flex;
  gap: 2rem;
}

.footer_social_icons {
  display: flex;
  gap: 2rem;
}

.footer .nse_line img {
  width: 100%;
  height: 100%;
}

.footer_social_links {
  max-width: 30px;
}

.footer_social_icons img {
  width: 100%;
}

@media (max-width: 991px) {
  .footer_para {
    flex-direction: column;
    gap: 2rem;
  }
}

#registerModal {
  z-index: 2147483647;
  height: 100vh;
}

#registerModal .modal-header img {
  position: static !important;
  width: 8rem;
}

.get_in_touch_inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.get_in_touch_inner .section_heading_main {
  color: var(--bs-white);
}

.get_in_touch_innerForm {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.get_in_touch_innerForm form {
  width: 70rem;
  min-width: 40rem;
  padding: 0px 2rem 2rem;
  border-radius: 0.8rem;
  background-color: rgb(255, 255, 255);
  z-index: 9;
}

.get_in_touch_innerForm_title h4 {
  font-size: 2rem;
  color: rgb(57, 45, 125);
  font-weight: 600;
  text-align: center;
  margin: 1rem 0px;
}

.get_in_touch_innerForm_input {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2rem 0px;
}

.get_in_touch_innerForm_input .form-control {
  border: none;
  background-color: rgb(242, 242, 243);
  font-size: 1.6rem;
  color: rgb(119, 119, 119);
  padding: 1rem 1.2rem;
  border-radius: 0.3rem;
}

.get_in_touch_innerForm_input .form-control:focus {
  width: 100%;
  box-shadow: none;
  outline: none;
  background-color: rgb(242, 242, 243);
}

.get_in_touch_innerForm_input span {
  display: flex;
  gap: 1.2rem;
}

.get_in_touch_innerForm_input select {
  padding: 1rem 1.2rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  font-size: 1.6rem;
  border: none;
  color: rgb(119, 119, 119);
}

.get_in_touch_innerForm_input .form-control::placeholder {
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: rgb(119, 119, 119);
}

.get_in_touch_innerForm_input button {
  padding: 0.8rem 1.6rem;
  color: rgb(255, 255, 255);
  background-color: rgb(57, 45, 125);
  border: none;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.btn-close {
  font-size: 1.4rem;
}

#ajaxResponseCheckoutForm {
  font-size: 1.4rem;
}

section {
  position: static;
  z-index: 1;
}

 /* get in touch starts from here */

.v_line{
  height: 50px;
  width: 1px;
  background-color: black;
  margin: 1rem 0rem;
}

#have_queries{
  background-color: #392d7d;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
}
#have_queries .container-fluid{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{
  color: var(--nse-purple) !important;
}

@media (min-width: 1099px) and (max-width: 1299px) {
  .hero_section, .program_glimps, .products, #key_feature .container-fluid, #About_nse .container-fluid, #faq .container-fluid{
    padding-inline: 5%;
  }
}
@media (min-width: 1499px) and (max-width: 1599px) {
  .program_glimps, .products, #key_feature .container-fluid, #About_nse .container-fluid, #faq .container-fluid{
    padding-inline: 7.5%;
  }
  .hero_section{
    padding-inline: 6.5%;
  }
}