#header .navbar {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Ensure the page still scrolls */
html {
  overflow-y: scroll;
}

/* Optional: If you want to hide horizontal scrollbar as well */
html {
  overflow-x: hidden;
}
#header .nav-link {
  color: #353535 !important;
  font-size: 13px;
  font-weight: 500;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Ensure the element still scrolls */
.hide-scrollbar {
  overflow: auto;
}

#header .navbar-nav li {
  padding: 0 10px;
}

#header ul li a:hover {
  color: #2072b8 !important;
}

#navigation {
  position: sticky;
  top: -1px;
  z-index: 50;
}

.navbar {
  background-color: #ffffff;
}

.navbar-brand img {
  height: 26px;
  padding-left: 20px;
}

.nav-link {
  color: #353535 !important;
  font-size: 15px;
  font-weight: 500;
}

.navbar-nav li {
  padding: 0 4px;
}

.navbar-nav li a {
  display: block;
  text-align: left;
  font-weight: 400;
}

#navigation ul li a:hover {
  color: #2071b8 !important;
  transition: 0.5s;
}

.navbar:after,
.navbar:before {
  content: "";
  position: absolute;
  z-index: -1;
   /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); */
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px/10px;
}

#navigation .button {
  background-color: #2072b8;
  border: none;
  color: white;
  padding: 6px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  border-radius: 20px;
  font-weight: 600;
}

#navigation .button:hover {
  background: #ffffff;
  transition: 0.5s;
  padding: 6px 18px;
  border-radius: 20px;
  color: #2072b8;
  font-weight: 600;
}

#navigation .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  border-radius: 10px;
}

@media (max-width: 480px) {
  .navbar-nav li a {
    display: block;
    text-align: right;
    font-weight: 500;
  }

  #navigation .button {
    float: right;
  }
}

#head {
  background-image: url(images/aboutusback.png);
  background-size: cover;
  position: sticky;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-left: -1px;
  background-position: center;
  background-repeat: no-repeat;
}
#head h1 {
  color: #fff;
  font-size: 35px;
}
#head h2 {
  color: white;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 40px;
}
#head .screenimage img {
  margin-top: 10px;
  margin-bottom: 30px;
  height: auto;
  display: block;
  margin-left: auto;
}
#head .img-boxx {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  #head {
    padding-top: 55px;
    padding-bottom: 175px;
  }
  #head h1 {
    padding-top: 180px;
  }
  #head h2 {
    margin-bottom: 50px;
  }
  #head .screenimage {
    display: none;
  }
  #head .steps {
    margin-top: 250px;
  }
  #head .img-box img {
    width: 70px;
  }
}

#about {
  padding-top: 25px;
  padding-bottom: 10px;
  color: #555;
}
#about .details {
  margin-top: 10px;
  margin-bottom: 10px;
}
#about .mvv {
  margin-top: 5px;
  margin-bottom: 15px;
}
#about h2 {
  font-size: 16px;
  line-height: 1.5;
  color: grey;
  margin-top: 27px;
  margin-bottom: 10px;
}
#about h3 {
  text-align: center;
  font-size: 18px;
  color: #2072b8;
  font-weight: 600;
  margin-bottom: 15px;
}
#about h3::after {
  content: "";
  background: #2072b8;
  display: block;
  height: 1px;
  width: 150px;
  margin: 10px auto 5px;
}
#about img {
  width: 30%;
  margin-top: 25px;
  margin-bottom: 15px;
}
#about h4 {
  font-size: 14px;
  color: grey;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
#about .details img {
  padding-top: 75px;
}
@media (max-width: 480px) {
  #about {
    padding-top: 1px;
    padding-bottom: 0px;
  }
  #about h2 {
    margin-bottom: 10px;
    text-align: left;
  }
  #about img {
    display: none;
  }
  #about .details {
    margin-top: 10px;
  }
  #about img {
    width: 20%;
    margin-bottom: 10px;
  }
  #about h3 {
    text-align: center;
    font-size: 15px;
    color: #2072b8;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  #about .mvv {
    margin-bottom: 10px;
  }
}

#app {
  background-image: url(images/smallback.png);
  background-size: cover;
  position: sticky;
  padding-top: 25px;
  padding-bottom: 15px;
}
#app h2 {
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 40px;
}
#app h2::after {
  content: "";
  background: #ffffff;
  display: block;
  height: 3px;
  width: 250px;
  margin: 10px auto 5px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
#app h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 5px;
  padding-bottom: 22px;
}
#app img {
  width: 53%;
  padding-top: 22px;
}
#app h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
#app h3 {
  font-size: 15px;
  margin-top: 20px;
  text-align: left;
}

@media (max-width: 480px) {
  #app img {
    display: none;
  }
}

#partners {
  background: #ffffff;
  padding-top: 25px;
  padding-bottom: 10px;
}
#partners h2 {
  color: grey !important;
  font-size: 25px;
  text-align: center;
}
#partners h2::after {
  content: "";
  background: #2072b8;
  display: block;
  height: 3px;
  width: 440px;
  margin: 10px auto;
}
#partners .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
#partners .img-box {
  margin-left: auto;
  margin-right: auto;
}
#partners .table tr,
td {
  vertical-align: top;
}
#partners .img-box img {
  width: 40%;
}
@media (max-width: 480px) {
  #partners h2 {
    color: grey !important;
    font-size: 20px;
    text-align: left;
  }
  #partners h2::after {
    content: "";
    background: #2072b8;
    display: block;
    height: 3px;
    width: 340px;
    margin-top: 10px;
  }
  #partners .img-box img {
    width: 75%;
  }
}

#demo {
  /*background-image: url(images/contactback.png);*/
  background-size: cover;
  position: sticky;
  padding-top: 9px;
  padding-bottom: 70px;
}
#demo h3 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 13px;
}
#demo .container {
  text-align: center;
}
#demo .button {
  background: #ffffff;
  color: #2072b8;
  padding: 6px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  border-radius: 20px;
}
#demo .button1:hover {
  background: #2072b8;
  color: #ffffff;
  transition: 0.4s;
  padding: 6px 18px;
  border-radius: 20px;
}
#demo .button {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}

@media (max-width: 480px) {
  #demo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #demo h3 {
    font-size: 15px;
  }
}

#contact {
  background: #2b547e;
  padding-bottom: 35px;
}
#contact h2 {
  font-size: 14px;
  text-align: left;
  color: #dadbdd;
  margin-bottom: 30px;
  margin-top: 18px;
}
#contact .img-box img {
  width: 55%;
}
#contact .follow h5 {
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
}
#contact .follow h4 {
  font-size: 14px;
  color: #dadbdd;
  margin-bottom: 10px;
}
#contact .img-box h6 {
  font-size: 14px;
  text-align: left;
  color: #dadbdd;
  margin-bottom: 47px;
}
#contact h6 {
  font-size: 14px;
  text-align: left;
  color: #dadbdd;
  margin-bottom: 24px;
}
#contact .links h6 {
  font-size: 13px;
  text-align: left;
  color: #dadbdd;
  margin-bottom: 10px;
}
#contact .links h5 {
  font-size: 20px;
  color: white;
  margin-bottom: 14px;
}
#contact .img-box h6 {
  font-size: 12.5px;
  text-align: left;
  color: #dadbdd;
  margin-bottom: 10px;
}
#contact .follower h5 {
  color: #ffffff;
  text-align: left;
  font-size: 18px;
}
#contact .follower .fa {
  color: #dadbdd;
  font-weight: 500;
  font-size: 23px;
  padding-top: 7px;
  margin-right: 10px;
}
#contact .follower .fa:hover {
  color: white;
  font-weight: 500;
  font-size: 23px;
  padding-top: 7px;
}
#contact .chat h5 {
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  padding-top: 45px;
}
#contact .chat .fa {
  margin: 5px;
  margin-left: 30px;
  color: white;
  font-weight: 600;
  font-size: 23px;
}

#footer {
  background: #2b547e;
  padding-top: 1px;
  padding-bottom: 1px;
}
#footer h6 {
  color: #dadbdd;
  text-align: center;
  font-size: 13px;
  vertical-align: central;
}

img {
  width: 80%;
}

.content-container {
  padding: 10px;
  height: 87%;
  overflow: scroll;
  position: fixed;
}
.data-container {
  display: flex;
  justify-content: space-between;
}

.content-inner-container {
  padding: 20px;
}

.table-of-content {
  width: 25%;
  max-height: 80vh;
  overflow-y: auto;
}

.main-content {
  width: 70%;
  max-height: 80vh;
  overflow-y: auto;
}

@media (max-width: 480px) {
  #contact {
    padding-bottom: 0px;
  }
  #contact .img-box img {
    width: 50%;
  }

  .md-header h1 {
    font-size: 1.3rem;
  }

  .data-container h2,
  .data-container h3,
  .data-container h4,
  .data-container h5,
  .data-container h6 {
    font-size: 1.1rem;
  }

  .main-content {
    width: 100%;
    max-height: 80vh;
    overflow-y: unset;
  }

  .table-of-content {
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
  }
  .content-container {
    width: 100%;
    padding: 10px;
    height: 85%;
    overflow: scroll;
    position: fixed;
  }

  .content-inner-container {
    padding: 10px;
  }
  .data-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}

.guide-link {
  margin: 0;
  font-size: 1rem;
}

.guide-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.underline-text {
  text-decoration: underline;
  font-size: 1.1rem;
  color: #2071b8;
}

/*drop down */

 
.dropdown-content {
  position: absolute;
  display: inline-flex;
  background-color: white;
  min-width: 220px;
  width: max-content;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 1s;
  margin-top: 10%;
  margin-left: -389%;
  padding: 10%;
  
  
}

.dropdown-content a {
  float: left;
  color: black;
  padding: 12px 16px;
  font-size: 1rem;
  text-decoration: none !important;
  text-align: center !important;
  font-weight: 400 !important;  
  
  
}

.dropdown-content img{
 width: 14%;
 height: 87px;
 padding: 0%;
}

.dropdown-content a:hover{
   background-color: #ddd;    
}

/*.dropdown:hover .dropdown-content{
  opacity: 1;
  transform: translate(0);  
} */

.vertical{
border-left: 1px solid rgb(127, 167, 213);
height: 70px;
margin-top: 2%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 4%;
}

.dropdown-content,
.dropdown-content2 {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 1s ease;
}

.dropdown-content.show,
.dropdown-content2.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}



/* drop down ends */

/*dropdown-content2 */

.dropdown-content2 {
  position: absolute;
  display: grid;
  background-color: white;
  min-width: 160px;
  width: max-content;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 1s;
  margin-top: 9px;
 
}

.dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  font-size: 1rem;
  text-decoration: none !important;
  text-align: left !important;
  font-weight: 400 !important;   
 
}

.dropdown-content2 a:hover{
  background-color: #ddd; 
}


/*.dropdown2:hover .dropdown-content2{
  opacity: 1;
  transform: translate(0);  
}  */

.icon-blue{
  color: #21577c !important;
} 

.vline {
  width: 1px;          /* thickness of line */
  height: 24px;       /* length of line */
  background: black;   /* color of line */
}



@media (max-width: 480px){
#navbarNav{
margin-left: 72%;
}
}

#navbarNav{
  flex: none;
  margin-left: 17%;
}

@media (max-width: 480px){
   
  .right-button{
    display: none;
  }
}

/* Hide dropdowns and nav by default on small screens */
@media (max-width: 480px) {
  .navbar-nav {
    display: none;
    flex-direction: column;
    background-color: white;
    position: absolute;
    top: 60px; /* adjust to header height */
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  .navbar-nav.show {
    display: flex;
  }

  .menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .dropdown-content2 {
    position: relative;
    margin-left: 60%;
    margin-top: 0;
    transform: none;
    opacity: 1 !important;
    pointer-events: auto;
    display: none;
    width: 100%;
  }

  .dropdown-content {
    position: relative;
    margin-left: 20%;
    margin-top: 0;
    transform: none;
    opacity: 1 !important;
    pointer-events: auto;
    display: none;
    width: 100%;
    padding: 0px;
  }

  .dropdown:hover .dropdown-content{
    display: grid;
  }
  
  .dropdown2:hover .dropdown-content2 {
    display: block;
  }

  .dropdown-content img {
    display: none;
    
  }

  .dropdown-content a,
  .dropdown-content2 a {
    display: flex;
    align-items: center;
  }

  .vertical{
    display: none;
  }
}