body {
  color: #766e6e;
}
p {
  color: #766e6e;
}
.navbar {
  min-height: 70px;
  padding: 0 10px;
  -webkit-box-shadow: 0 5px 5px -5px #dbdbdb;
   -moz-box-shadow: 0 5px 5px -5px #dbdbdb;
        box-shadow: 0 5px 5px -5px #dbdbdb;
}
.navbar li a {
  color: #5d5757;
    font-size: 18px;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 1rem;
padding-left: 1rem;}


.banner-h1
{
  font-size: 60px;
  color: #888fb6;
  padding-top: 20%;
  font-weight: 400;
}
.banner-para {
  font-size: 42px;
  color: #384486;
  margin-top: -30px;
  font-weight: 700;
}
.bg-blue {
  background: #384486;
}
.banner {
  /*height: calc(100vh - 70px);*/
  display: flex;
  align-items: center;
	padding-top: 40px;padding-bottom: 40px;
}
.progress {
  width: 120px;
  height: 10px;
}
.banner-right-img {
  width: 80%;
}

.card-bg {
  background: #d6d9e6;
  border-radius: 15px;
  padding-top: 30px;
  overflow: hidden;
  min-height: 192px;
}
.card-headings {
  color: #384486;
  font-size: 20px;
}
.cards img {
  width: 50px;
}
.card-headings span {
    font-size: 22px;
    font-weight: 400;
}
/*footer h6 {
    color: #ffffff;
    margin-bottom: 15px;
}
footer p a {
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
}
footer p a:hover:after {
    width: 100%;
    left: 0;
}
footer p a:hover {
    color: #ffffff;
    text-decoration: none;
}
footer p a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}*/
.smedia img {
  margin-right: 10px;
  width: 30px;
}
.smedia span {
  margin-right: 40px;
  color: #ffffff;
  font-size: 20px;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .banner-h1 {
    padding-top: 0%;
  }
  .banner {
    margin-top: 30px;
    height: auto;
  }
  .howto {
    margin-top: 30px;
  }
  .smedia {
    margin-top: 16px;
  }
}
@media (max-width: 380px) {
  .navbar {
    min-height: 70px;
    padding: 0 30px;
    box-shadow: 0px 0px 5px #bdbdbd;
  }
}
/*footer p {
  opacity: 0.5;
}
footer h6 {
  opacity: 0.5;
}*/
.fa-bars {
  font-size: 24px;
}
.proceed {
  background: #384486;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
}

.proceed-50 {
  background: #384486;
  width: 50%;
  color: #ffffff;
  cursor: pointer;
}

.proceed:hover {
  color: yellow !important;
  text-decoration: none;
}

.proceed-50:hover {
  color: yellow !important;
  text-decoration: none;
}

.bgc-dark {
    background-color: #3a4386;
}


@media (max-width: 992px) {
    .footer .connect a img {
        width: 23px !important;
        height: 25px !important;
    }

    .copyright-footer {
        padding-left: 0px !important;
    }

    .bg-black-bg {
        background: #000000 !important;
        padding-bottom: 100px !important;
    }

    .navbar-nav {
        display: none;
    }

    .navbar-nav-active {
        display: block !important;
    }

    .footer_links_info {
        margin-top: 30px;
    }

}

@media (max-width: 767px) {

    .footer {
        padding: 0px 30px;
    }
}

/******* footer styles ********/
.footer_links_info li {
    margin-bottom: 10px;
    list-style-type: none;
}

.footer p {
    color: #eaeaea;
    font-size: 14px;
    padding: 0px;
    line-height: 24px;
    margin: 0px;
}

.footer_links_info li a {
    color: #eaeaea;
    font-size: 14px;
    padding: 0px;
    line-height: 20px;
    margin: 0px;
}

.footer h5 {
    color: #b84366;
    font-weight: 600 !important;
    font-size: 12px;
    margin-bottom: 10px;
}

.footer .connect h5 {
    font-size: 14px;
    line-height: 2;
}

.footer ul {
    padding: 0;
}

.footer .connect a {
    padding: 0 2%;
}

    .footer .connect a img {
        width: 16px;
        height: 16px;
    }

.footer {
    position: relative;
}

.toggle img.up {
    transform: rotate(180deg);
}

.toggle a[aria-expanded="false"] .up {
    display: none;
}

.toggle a[aria-expanded="true"] .down {
    display: none;
}


/* footer end */


@media (max-width: 992px) {
    .dropdown-items {
        left: -40px !important;
        display: block;
        width: 100% !important;
        position: relative !important;
    }

    .rights-mob {
        display: block !important;
        margin-top: 20px;
    }
}

.rights-mob {
    display: none;
}
