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

@font-face {
  font-family: robotothin;
  src: url(../font/Roboto-Thin.ttf);
}

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

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Poppins;
}

body {
  background-color: #f5f8ff;
}

/* responsive nav hamber */
.menu-bar .res-bar {
  margin-top: 20px;
  cursor: pointer;
  display: none;
}

.menu-bar .bar {
  display: none;
  width: 25px;
  height: 3.5px;
  background-color: black;
  margin-bottom: 5px;
}

/* Introduction style*/
.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 20px 40px;
  box-sizing: border-box;
}

.intro-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: end;
  align-items: center;
  text-align: justify;
  width: 70%;
}

.intro-text ul li {
  text-align: justify;
}

.intro-img {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  width: 30% !important;
  text-align: center;
}

.intro-img img {
  width: 250px;
  height: 300px;

}
/* Media queries for introduction section */
@media (max-width: 769px) {
  .intro {
    flex-direction: column;
  }

  .intro-img {
    order: 1; /* Change the order of display */
    padding: 0;
    margin-bottom: 2px;
  }

  .intro-text {
    order: 2; /* Change the order of display */
  }

  .intro-img img {
    width: 150px;
    height: 200px;
  }
  .intro-text p{
    font-size: 12px;
  }
  .intro-text h5{
    font-size: 13px;
  }
  
  /* Other styles for smaller screens */
  .intro-text ul li {
    font-size: 12px;
  }

}
/* Media queries for responsiveness */
@media (min-width: 769px) {
  .responsive-table {
    display: table;
  }

  .image-cell {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }

  .text-cell {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
  .responsive-table {
    width: 100%;
  }
}


/* Media queries for responsiveness */
@media (max-width: 768px) {
  .responsive-table {
    width: 100%;
  }
}

*/ .col-md-4.col-lg-4.col-sm-4 {
  /* padding: 10px;
    margin: 5px; */
  align-self: center !important;
  justify-content: center !important;
  text-align: center !important;
}


.text-muted {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  padding: 3px;
  background-color: #f5f8ff;
}

.display {
  display: block;
}


/* media queries navbar */
@media (max-width:1167px) {

  .menu-bar .res-bar {
    margin-top: 20px !important;
    cursor: pointer;
    display: block;
    background-color: transparent;
  }

  .menu-bar .bar {
    width: 30px;
    height: 3.5px;
    background-color: black;
    margin-bottom: 5px;
    display: block;

  }


  .res-bar.active .bar:nth-child(2) {
    opacity: 0;

  }

  .res-bar.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);


  }

  .res-bar.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);

  }

  .ul {
    position: fixed;
    top: 15vh;
    left: -10000px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50%;
    background-color: aliceblue;
  }

  .ul li {
    margin: 20px 0;
  }

  ul.active {
    left: 0;
  }

  nav ul li:hover #sub-menu {
    display: block;
    position: absolute;
    background: #163172;
    color: white;
    margin-top: 2px;
    margin-left: 100px;

  }

  nav ul li:hover #sub-menu ul li {
    width: 150px;
    padding: 10px;
    border-bottom: 1px dotted #fff;
    border-radius: 0px;
  }

  nav ul li:hover #sub-menu2 {
    display: block;
    position: absolute;
    background: #163172;
    color: white;
    margin-top: 2px;
    margin-left: 100px;

  }

}

/* Mobile responsive Navbar*/
/* Rest of your CSS styles */

/* media queries navbar */
@media (max-width: 768px) {

  /* Hide the regular navigation items */
  nav ul {
    display: none;
  }

  /* Show the responsive navigation items */
  ul.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 20%;
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 9999;
  }

  ul.active li {
    margin: 10px 0;
  }

  /* Adjust the appearance of the responsive menu icon */
  .res-bar {
    display: block;
  }

  .bar {
    width: 30px;
    height: 3.5px;
    background-color: black;
    margin: 5px 0;
  }

  .res-bar.active .bar:nth-child(2) {
    opacity: 0;
  }

  .res-bar.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .res-bar.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}


video {
  width: 100% !important;
  height: auto !important;
}

#Heading1 {
  margin: 50px;
  margin-top: 120px;
  margin-bottom: 100px;
}

#Heading1 h1 {
  font-family: Poppins, sans-serif;
  margin-top: 50px;
  display: inline;
  background-color: #f5f8ff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.21);
  padding: 40px;
}

.Web-steps {
  font-family: 'Poppins', sans-serif;
}


.Web-steps .text-center {
  font-family: 'Poppins', sans-serif !important;
}

.instructions {
  font-family: 'Poppins', sans-serif !important;
  color: black;
  font-size: 20px !important;
  text-align: left;
  padding: 15px;
  word-spacing: 2.5px;
  letter-spacing: 1px;

}



.inst-heading {
  font-family: Poppins, sans-serif;
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 20px;
  font-size: 50px;
  word-spacing: 2.5px;
  letter-spacing: 1px;
  line-height: 20px;
}

.sandhi {
  margin: 2px;
  margin-bottom: 5px;
  padding: 5px;
  margin-bottom: 10px;

}

.intro-table .zoom {
  margin: 10px;
  padding: 10px;
}

.intro-table .num {
  padding: 5px;
  margin: 5px;
}

.zoom .abt-details {
  color: black;
  text-decoration: none;
}

.intro-table .abt-cont a {
  text-decoration: none;
  color: black !important;
  padding: 5px;
  margin: 5px;

}

.abt-cont a:link {
  color: black;
}

.abt-cont a:visited {
  color: blue;
}

.accordion {
  width: 100%;
}

.start-btn {
  background-color: #163172;
  color: white;
  padding: 10px;
  margin: 15px;
  border-radius: 1.1em;
  border: transparent !important;
  /* border: inset solid white 2px !important  ; */
}

#accordionExample .accordion-button h1 {
  text-align: center !important;
}

.accordion-body .svg {
  filter: invert(.6) sepia(1) saturate(100%) hue-rotate(39deg)
}

.abt-product {
  margin-top: 100px;
  margin-bottom: 10px;
  padding: 50px;
  font-size: 1.5em;
}

.abt-title {
  display: inline-block;
  background-color: #f5f8ff;
  padding: 30px 30px;
  box-shadow: 10px 10px 10px rgba(77, 76, 76, 0.495);
  border-radius: 50px;

}

.abt-title .abt-main {
  font-size: 1.5em;

}

#about {
  margin-top: 10em;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
}

.abt-point1 {
  display: block;
  color: rgb(53, 53, 53);
  text-align: center;
  word-wrap: break-word;
  font-size: 16px;
  margin-bottom: 20px;
}

.abt-h5 {
  text-align: left;
  text-decoration: underline;
}

.index-h4 {
  display: inline;
  /* border-bottom:solid black 2px; */
  padding: 3px;
  font-weight: 700;

}



.level1-span {
  text-align: left;
}

.level1-btn {
  display: flex;
  justify-content: flex-start;
  list-style: none;
}

.level1-btn li {

  background-color: #163172;
  color: white;
  padding: 10px;
  margin: 15px;
  border-radius: 1.1em;
  border: inset solid white 2px !important;

}

.ex-btn {
  background-color: #163172;
  color: white;
  padding: 10px;
  margin: 15px;
  border-radius: 1.1em;
  border: inset solid white 2px !important;

}

.level2-btn {
  display: flex;
  justify-content: flex-start;
  list-style: none;
}

.level2-btn li {
  background-color: #163172;
  color: white;
  padding: 10px;
  margin: 15px;
  border-radius: 1.1em;
  border: inset solid white 2px !important;

}

.all-btn {
  background-color: #163172;
  color: white;
  padding: 15px 25px;
  margin: 10px;
  border-radius: 1.1em;
  border: inset solid white 2px !important;
}

.dow-img {
  background: white;
  border: #163172 solid 2px;
  border-radius: 1.1em;
  color: #163172;
  padding: 10px;
}

.dow-img:hover {
  background: #163172;
  border: white solid 2px;
}

.dow-img a {
  color: #163172;
  padding: 10px;
  text-decoration: none;
  font-size: 1rem;
}

.dow-img a:hover {
  color: white;

}

.user-manual {
  background: white;
  border: #163172 solid 2px;
  border-radius: 1.1em;
  color: #163172;
  padding: 10px;
  cursor: pointer !important;
}

.user-manual:hover {
  background: #163172;
  border: white solid 2px;
  color: white;
  cursor: pointer !important;
}

.accordion.abt-1#abt-1 {
  font-size: 16px !important;
}

/* sub menu 1 style */

/* ol, ul {
    padding-left: 0.5rem !important;
} 

#sub-menu {
    display: none;
}

 nav ul li:hover #sub-menu {
    display: block;
    position: absolute;
    background: #163172;
    color: white;
    margin-top: 13px;
    margin-left: -30px;
}

 #sub-menu a {
    color: white;
} 


 nav ul li:hover #sub-menu ul {
    text-align: left;
    display: block;
    margin: 10px;
} 

 nav ul li:hover #sub-menu ul li {
    text-align: left !important;
    width: 160px;
    padding: 8px;
    border-bottom: 1px dotted #fff;
    border-radius: 0px;
    color: white;
} 

 nav ul li:hover #sub-menu ul li:nth-child(5){
    border-bottom:transparent;
    text-align: start !important;
  padding-bottom:0px !important ;

} 

nav ul li:hover #sub-menu ul li:first-of-type{
  position: relative;
  text-align: start !important;
   padding-bottom:0px !important ; 
  display: inline-block; 
}

 nav ul li:hover #sub-menu ul li:first-of-type .pre{
  position:static;
  display:inline-block !important;
  text-align:start!important;
} 

nav ul li:hover #sub-menu ul li:nth-child(5) .pro{
  padding:0px 8px;
  display: block !important;
  border-bottom:transparent;
  text-align:left!important;
} */


#sub-menu2 a {
  color: Black !important;
  padding: 0px !important;
}

#sub-menu2 ul li {
  font-size: 11px !important;
  padding: 0px 0px 3px 0px !important;
}


#sub-menu2 .c-icon {

  margin: 0px !important;
  padding: 0px !important;
  font-size: 10px !important;
}