@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* menu css  */
.html-header {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
}

img {
  width: 100%;
}

.container {
  max-width: 1200px;
}

.top-header {
  background-color: #0546D9;
  padding: 5px 0px;
}

.top-header ul {
  list-style: none;
  display: flex;
  justify-content: end;
  margin-bottom: 0px;
  margin-right: 5%;
  color: #fff;
  align-items: center;
}

.top-header ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  margin: 0px 2px;
  font-weight: 600;
}

.top-header ul li a span {
  font-size: 17px;
  font-weight: bold;
  color: #c2e812;
  text-decoration: underline;
}




.mbl_top-header {
  padding: 5px 0px;
  display: none;
}

.mbl_top-header ul {
  list-style: none;
  margin-bottom: 0px;
  color: #fff;
  padding-left: 0;
}
.mbl_top-header ul li{
  border-bottom: 1px solid #fff;
  padding: 14px 0;
}
.mbl_top-header ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  margin: 0px 2px;
  font-weight: 600;
}

.mbl_top-header ul li a span {
  font-size: 17px;
  font-weight: bold;
  color: #c2e812;
  text-decoration: underline;
}





header.page-header1 {
  background-color: #fff;
  z-index: 999;
  /* position: fixed; */
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  padding: 11px 0px;
  height: 73px;
}


a.brand img {
  width: 150px;
}

#nav-bar .brand img {
  height: 45px;
}

#menu-bar .navbar {
  z-index: 999999;
  position: static;
  margin-bottom: 0px;
}

#menu-bar .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  z-index: 99999;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* padding: 5px 0px; */
  margin: 0 auto;
}

.left-area {
  display: flex;
  justify-content: left;
}

.navbar .menu {
  margin-top: 0;
  margin-bottom: 0;
}

#menu-bar .menu-item {
  display: inline-block;
  margin-left: 20px;
}

#menu-bar .menu-item a {
  text-decoration: none;
}

#menu-bar .menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: inherit;
  cursor: pointer;
  text-transform: capitalize;
  color: #000;
  transition: all 0.3s ease-in-out;
  position: relative;
}

#menu-bar .menu-link::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: #24468e;
  transition: 0.5s ease;
}

#menu-bar .menu-link:hover:before {
  width: 100%;
}

#menu-bar .menu-link a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: 600 !important;
}

#menu-bar .menu-link > i.fas {
  font-size: 12px;
  margin-left: -14px;
  color: inherit;
  margin-top: -7px;
  /* transition: 0.6s; */
}

#menu-bar .menu-link:hover > i.fas {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-top: 4px;
}

#menu-bar .menu-link:hover {
  outline: none;
  color: #24468e;
  /* border-bottom: 2px solid #24468e; */
}

#menu-bar .menu-link:hover a {
  outline: none;
  color: #24468e;

}

.header-btns {
  display: flex;
  gap: 7px;
}

#menu-bar .submenu-link {
  font-size: 16px;
  font-weight: 600;
  line-height: inherit;
  cursor: pointer;
  color: #000;
}

#menu-bar .submenu-link i {
  font-size: 14px;
  margin-left: 10px;
}

#menu-bar .submenu-item .submenu-desc {
  font-size: 13px;
}

#menu-bar .submenu-item:hover .submenu-link,
#menu-bar .submenu-item:hover .submenu-desc {
  color: var(--colorPink);
}

#menu-bar .submenu {
  position: fixed;
  top: 107px;
  left: 0;
  right: 0;
  width: 100vw;
  height: auto;
  padding: 15px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  background-color: #e7e8e8;
  transition: all 0.3s ease-in-out;
  /* border-top: 2px solid #e1e1e1; */
  box-shadow: 0 5px 10px -5px #00000030;
}
header.page-header1::after {
  /* background: #f2f8ff;
  color: #000;
  position: absolute;
  top: 0;
  height: 60px;
  z-index: -1;
  width: 50%;
  border-bottom-left-radius: 100px; */
  display: none;
}

#menu-bar .noHover:hover .submenu-link,
#menu-bar .noHover:hover .submenu-desc {
  color: #000;
}
.submenu .col-lg-10 {
  background-color: #ecf0f2;
  padding: 4px 17px;
  border-radius: 3px;
}
#menu-bar .submenu-item {
  display: block;
  margin-top: 0;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  list-style: none;
}

/* #menu-bar .submenu-item:hover {
      background-color: var(--colorPink);
      color: #fff;
  } */

/* #menu-bar .submenu-item:hover .submenu-link {
      color: #fff;
  } */

.menu-drop::after {
  content: "\21AA";
  position: absolute;
  right: 20px;
  display: none;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 99999;
  text-align: center;
  background-color: #3abdeb;
  border: 1px solid var(--colorPurple);
  padding: 7px 10px;
  line-height: 7px;
}

.close i {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.brand-nav img {
  height: 50px;
  margin-left: 15px;
  margin-bottom: 20px;
  margin-top: 0px;
  display: none;
}

#menu-bar .burger {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 2rem;
  height: 1.15rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

#menu-bar .burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.5px;
  opacity: 1;
  border: none;
  outline: none;
  background: #fff;
}

#menu-bar .burger-line:nth-child(1) {
  top: 0px;
  width: 80%;
}

#menu-bar .burger-line:nth-child(2) {
  top: 0.5rem;
  width: 100%;
}

#menu-bar .burger-line:nth-child(3) {
  top: 1rem;
  width: 70%;
}

#menu-bar .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

.page-header1.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  /* padding: 0px 0; */
  opacity: 1;
  animation: slideDown 0.3s ease-out;
  z-index: 999;
  width: 100%;
  top: 0;
}
.page-header1.is-sticky #menu-bar .submenu{
  top: 66px;
}

.page-header1 .logo-img {
  height: 40px;
  filter: brightness(0) invert(1);
}

.page-header1.is-sticky a.brand img {
  filter: brightness(1);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.page-header1.is-sticky #menu-bar .menu-link {
  color: #1f243c;
}

.page-header1.is-sticky #menu-bar .menu-link a {
  text-decoration: none;
  color: #1f243c;
}

/* .page-header1.is-sticky #menu-bar .submenu {
      background-color: var(--colorPurple);
      color: #fff;
  } */

/* .page-header1.is-sticky #menu-bar .submenu-item:hover {
      background-color: var(--colorPink);
      color: #fff !important;
      transition: .2s all;
  } */

/* .page-header1.is-sticky #menu-bar .submenu-item:hover .submenu-link {
      color: #fff !important;
  } */

.page-header1.is-sticky #menu-bar .burger-line {
  background: #1f243c;
}

.c-links a {
  text-decoration: none;
  background-color: #00267D;
  padding: 10px 25px;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.c-links a:hover {
  background-color: #0546D9;
  color: #FFF;
}
.mbl_c-links{
  margin-top: 30px;
}
.mbl_c-links a {
  text-decoration: none;
  background-color: #24468e;
  padding: 12px 35px;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.mbl_c-links a:hover {
  background-color: #3abdeb;
  color: #000;
}
.enterprise-blog .col-lg-3 img {
  width: 85%;
  margin: 20px auto;
  display: flex;
  height: 130px;
}
.enterprise-blog .blog-link {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .top-header {
    display: none;
  }
  .c-links {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .page-header1 {
    overflow-x: hidden;
    position: sticky;
    top: 0;
  }
  .page-header1.is-sticky #menu-bar .submenu{
    top: 0px;
  }
  .wrapper {
    display: flex;
    width: 100%;
    justify-content: inherit;
    /* background-color: #EE4466; */
    padding: 5px 0;
  }

  a.brand img {
    height: auto;
  }

  .mbl-header {
    display: flex;
    justify-content: space-between;
  }

  #menu-bar .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 350px;
    padding: 50px 40px 20px 20px;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    overflow-y: scroll;
    visibility: hidden;
    background-color: #000;
    transition: all 0.5s ease;
  }
  #menu-bar .menu-link,
  #menu-bar .menu-link a {
    color: #fff;
  }
  #menu-bar .menu-link {
    border-bottom: 1px solid #fff;
  }

  #menu-bar .navbar.active {
    right: 0rem;
    opacity: 1;
    visibility: visible;
  }

  #menu-bar .navbar.active .submenu .submenu-link {
    padding: 8px 0;
  }

  .left-area {
    width: 100%;
    /* padding: 10px 20px; */
    /* background-color: #212529; */
  }

  .left-area nav {
    margin: auto;
  }

  .header-btns {
    display: none;
  }

  /* .page-header1 {
          background-color: #EE4466;
      } */

  .page-header1 .container {
    max-width: 100%;
  }
  #menu-bar .menu-link::before {
    display: none;
  }

  #menu-bar .menu {
    width: 100%;
    height: 100%;
    padding: 1rem 0;
  }

  #menu-bar .menu-item {
    display: block;
    margin: 0 auto;
  }

  #menu-bar .menu-link {
    justify-content: space-between;
    padding: 12px 20px 12px 20px;
  }

  .wrapper {
    margin: 0 auto;
    row-gap: 0rem;
  }

  #menu-bar .menu-link:hover {
    outline: none;
    color: #0bbef7;
  }

  #menu-bar .burger {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
  }

  #menu-bar .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .page-header1.is-sticky #menu-bar .menu-link {
    color: #fff;
  }

  .page-header1.is-sticky #menu-bar .menu-link a {
    text-decoration: none;
    color: #fff;
  }

  .page-header1.is-sticky #menu-bar .submenu {
    background-color: transparent;
  }

  .page-header1.is-sticky #menu-bar .submenu-item:hover {
    width: 86.5% !important;
  }

  #menu-bar .submenu-item:hover {
    width: 86.5% !important;
  }

  #menu-bar .submenu {
    position: relative;
    top: 0rem;
    left: 0.5rem;
    width: 96%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    border-top: none;
    color: #1f243c;
    opacity: 1;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    /* visibility: visible; */
    transform: translateY(0px);
    box-shadow: none;
    /* background: #fff !important; */
    border-radius: 0px !important;
  }

  #menu-bar .menu-item.menu-dropdown.active .submenu {
    visibility: visible;
    visibility: visible;
    backface-visibility: hidden;
  }

  #menu-bar .menu-item.menu-dropdown .submenu.active .subsubToggle {
    /* visibility: visible;
    visibility: visible;
    backface-visibility: hidden; */
    display: block;
  }

  #menu-bar .submenu-link {
    color: #1f243c;
    font-weight: bold;
  }

  .close {
    display: block;
    background-color: #1464dc;
    opacity: 1;
  }

  .close i {
    color: #fff !important;
  }

  .menu-link i {
    display: none;
  }

  #menu-bar .submenu-item {
    padding: 5px 10px;
  }

  .menu-drop::after {
    content: "\f078";
    font-family: "Font Awesome 5 pro";
    font-weight: 600;
    position: absolute;
    right: 20px;
    display: block;
  }

  .brand-nav img {
    display: none;
  }

  #menu-bar .burger-line {
    background-color: #1f243c;
  }
}

@media only screen and (min-width: 993px) {
  #menu-bar .menu-dropdown:hover > .submenu {
    display: block;
    opacity: 1;
    visibility: visible !important;
    transform: translateY(0);
    /* overflow: hidden; */
    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .left-area {
    /* display: flex; */
    /* justify-content: left; */
  }

  #menu-bar .menu-item {
    margin-left: 15px;
  }

  #menu-bar .menu-link > i.fas {
    font-size: 12px;
    margin-left: 0px;
    color: inherit;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .phone {
    display: none;
  }

  .right-area {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  #menu-bar .menu-item {
    display: inline-block;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  #menu-bar .menu-item {
    display: inline-block;
    margin-left: 20px;
  }
}

/* tooltip */
.white-box1 {
  background-color: #fff;
  height: auto;
  padding: 10px 10px 20px 10px;
}
.white-box {
  background-color: #fff;
  height: auto;
  padding: 10px 20px 20px 20px;
}

.heading-block {
  border-bottom: 1px solid rgb(113, 113, 113);
  margin-bottom: 12px;
  padding-bottom: 8px;
}

.tooltips {
  position: relative;
  display: inline-block;
  color: #24468e;
  font-size: 12px !important;
  font-weight: 600;
  opacity: 1;
  cursor: pointer;
}

.tooltips i {
  margin-left: 10px;
}

.tooltips .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 380px;
  height: auto !important;
  background-color: #fdfbfb;
  color: #526670;
  text-align: left;
  padding: 17px 15px;
  border-radius: 6px;
  z-index: 99 !important;
  opacity: 0;
  border: 1px solid #24468e;
  transition: opacity 0.6s;
  font-size: 15px;
  font-weight: 700;
}

.tooltips .tooltiptext p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
}

.tooltips:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip-bottom {
  top: 155%;
  left: -66%;
  /* margin-left: -60px; */
}

.tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #24468e transparent;
}

.normal-heading h6 {
  color: #24468e;
  font-size: 12px !important;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.list-class {
  margin: 20px 0px 30px 0px;
}
.list-class-first {
  min-height: 230px;
}

.list-class .list,
.list-class .list1 {
  margin-bottom: 10px;
}

.list-class .list1 .tooltips {
  color: rgb(106, 106, 106);
}

.normal-text {
  color: rgb(39, 39, 39);
  font-size: 12px;
  line-height: 1.9;
  padding: 20px 0px;
  font-weight: 500;
}

.list-class .list1 .tooltips i {
  margin-right: 10px;
  margin-left: 0px;
}

.menu-btn {
  background-color: #24468e;
  color: #fff;
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  display: block;
  width: 95%;
  text-align: center;
}

.menu-btn:hover {
  background-color: #3abdeb;
  color: #000;
}

.box-line {
  border-left: 1px solid rgba(165, 165, 165, 0.671);
  border-right: 1px solid rgba(165, 165, 165, 0.671);
}

.box-line1 {
  border-left: 1px solid rgba(165, 165, 165, 0.671);
}

.white-box .col-lg-4 {
  padding-left: 30px;
}

.blog-sec {
  padding: 0px 30px;
}

.blog-sec img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin: 20px 0px 20px 0px;
  border-radius: 10px 10px 0px 0px;
}

.blog-link {
  font-size: 11px;
  text-decoration: none;
  color: #24468e;
  font-weight: 600;
}

.list-class a {
  color: #2b62d7;
}

.mbl-arrow {
  display: none;
}

.heading-block .mbl-text {
  display: none;
}
.mbl_c-links{
  display: none;
}

@media only screen and (max-width: 1024px) {
  .submenu .col-lg-10 {
    background-color: #000;
  }
  .white-box {
    padding: 0 0px 20px 0px;
    margin-top: 20px;
    background-color: transparent;
  }
  .tooltips {
    color: #fff;
  }
  .mbl-arrow {
    display: block;
  }
  .subsubToggle {
    display: flex;
    justify-content: space-between;
    padding: 7px 0 10px 0;
    border-bottom: 1px solid #fff;
  }
  .subsubToggle h6 {
    color: #fff;
    font-size: 12px !important;
    font-weight: 400;
    padding-top: 5px;
  }
  .subsubToggle i {
    color: #fff;
    margin-right: 20px;
  }
  .subsubToggle .fa-caret-right {
    display: none;
  }
  .list-class-first {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .tooltips .tooltiptext {
    display: none;
  }
  .list-class-first.show {
    display: block;
  }
  .list-class-first.show .list,
  .list-class-first.show .list1 {
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #fff;
  }
  .list-class-first.show .list a,
  .list-class-first.show .list1 a {
    color: #fff !important;
    font-size: 14px !important;
  }
  .list-class-first.show .list i,
  .list-class-first.show .list1 i {
    display: none;
  }

  .heading-block i {
    display: none;
  }
  .heading-block .mbl-text {
    display: block;
  }
  .tooltips {
    display: inline-flex;
  }
  #menu-bar .menu-link:hover a {
    outline: none;
    color: #0bbef7;

  }
  /* .blog-sec {
    display: none;
  } */
  /* .mbl_blog{
    display: none;
  } */
  /* .col-lg-5.mt-2.blog-sec{
    display: none;
  } */
  .mbl_blog{
    height: 0px;
  }
  .singleSubMenu {
    display: none;
  }
  .singleMenu .menu-drop::after {
    display: none !important;
  }
  .resourceMenu .heading-block {
    display: none;
  }
  .resourceMenu .list-class {
    margin: 0px 0px 30px 10px;
  }
  .resourceMenu .list-class .list{
    border-bottom: 1px solid #fff;
    padding-left: 10px;
    padding-bottom: 8px;
  }
  .resourceMenu .list-class .list a{
    color: #fff;
   
  }
  .resourceMenu .tooltips i{
    display: none;
  }
  .mbl_c-links{
    display: block;
  }
  .mbl_top-header{
    display: block;
    margin-top: 10px;
  }
}
.buton {
  display: block;
}
.buton a{
  text-decoration: none;
}
.rebSocialMedia ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  gap: 10px;
  font-size: 13px;

}

.rebSocialMedia ul li a{
  color: #000;
  border-right: 1px solid black;
  padding: 5px 10px 5px 0px;
}
.ft-sec{
  justify-content: center;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #0bbef7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ft-sec p{
  color: #fff;
  font-size: 14px;
}
.ft-sec p a{
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
.ft-sec .col-lg-2 a{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
